Skip to content

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

NameLabelTypeControl TypeDescriptionRequired
regionRegionSTRING
Options us, eu
SELECTtrue
keyKeySTRINGTEXTtrue
valueAPI KeySTRINGTEXTtrue

Actions

Get Form Submissions

Name: getFormSubmissions

Get all submissions for a specific form.

Properties

NameLabelTypeControl TypeDescriptionRequired
formIdForm IDSTRINGSELECTID of the form to retrieve submissions for.true

Output

Type: OBJECT

Properties

NameTypeControl Type
bodyOBJECT
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"
}