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 | Control Type | Description | Required |
---|---|---|---|---|---|
region | Region | STRING Optionsus, eu | SELECT | true | |
key | Key | STRING | TEXT | true | |
value | API Key | STRING | TEXT | true |
Actions
Get Form Submissions
Name: getFormSubmissions
Get all submissions for a specific form.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
formId | Form ID | STRING | SELECT | ID of the form to retrieve submissions for. | true |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
body | OBJECT Properties{[{STRING(id), STRING(form_id), STRING(status), STRING(new), STRING(flag), STRING(notes)}](content)} | OBJECT_BUILDER |
JSON Example
{ "label" : "Get Form Submissions", "name" : "getFormSubmissions", "parameters" : { "formId" : "" }, "type" : "jotform/v1/getFormSubmissions"}