Jotform is a powerful online application that allows anyone to quickly create custom online forms. Its intuitive drag-and-drop user interface makes form building incredibly simple, and doesn't require you to write a single line of code.

Changelog

8 versions
v3.1.0 Latest
  • Added test() (Flow Test Mode) to the NewFormSubmission trigger (throws to defer to the engine fallback chain, as the JotForm webhook body has no fetchable REST equivalent).
v3.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs per standard #1459 — existing flows that previously set these as JSON strings must migrate to the key-value editor. Body remains textarea/JSON.
v2.0.0
  • GetFormSubmission, GetFormSubmissions: added answersList output field — answers as an array for easier processing in flows.
v1.2.0
  • add MakeApiCall component
v1.1.0
  • Get Form Submission, Get Form Submissions: property answers in the output is now an array of the submission answers instead of an object.
v1.0.2
  • NewFormSubmission: should now always output data
v1.0.1
  • bugfix: remove blank quota definition.
v1.0.0
  • Initial version.

Authentication

TypeDetails
API Key
API Key (text)
Enter your API key.

Triggers

1
New Form Submission icon

New Form Submission

Triggers when a form is submitted. To retrieve submission answers, use Get Form Submission component.

Actions

7
Delete Form icon

Delete Form


Get Form Submission icon

Get Form Submission

Get Form Submission
Get Form Submissions icon

Get Form Submissions

List of form responses. Property answers array has the submitted data. created_at is the date of the submission.
Get User icon

Get User


Get User Forms icon

Get User Forms


Get User Reports icon

Get User Reports


Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the JotForm API.