JotForm
JotForm is an online form builder that enables users to create customized forms for various purposes without needing coding skills.
Categories: Surveys and Feedback
Type: jotform/v1
Connections
Version: 1
API Key
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
region | Region | STRING Optionsus, eu | true | |
key | Key | STRING | true | |
value | API Key | STRING | true |
Actions
Get Form Submissions
Name: getFormSubmissions
Get all submissions for a specific form.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
formId | Form ID | STRING | ID of the form to retrieve submissions for. | true |
Example JSON Structure
{
"label" : "Get Form Submissions",
"name" : "getFormSubmissions",
"parameters" : {
"formId" : ""
},
"type" : "jotform/v1/getFormSubmissions"
}
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
content | ARRAY Items[{STRING(id), STRING(form_id), STRING(status), STRING(new), STRING(notes)}] |
Output Example
{
"content" : [ {
"id" : "",
"form_id" : "",
"status" : "",
"new" : "",
"notes" : ""
} ]
}
What to do if your action is not listed here?
If this component doesn't have the action you need, you can use Custom Action to create your own. Custom Actions empower you to define HTTP requests tailored to your specific requirements, allowing for greater flexibility in integrating with external services or APIs.
To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively.