Jotform icon

Jotform

Form builder for forms, submissions, tables, reports, uploads, payments, and approval workflows.

Covers form submissions, user usage, uploaded responses, tables, payments, and submission events.

Example Use Cases

These are the Jotform actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Create Label

Tool to create a new label for organizing forms in Jotform. Use when you need to categorize or group forms with a named label.

Get System Plan

Tool to retrieve details of a specific system plan. Use when you need to check limits and pricing of a plan.

Get User Details

Tool to retrieve details of the authenticated user, including account and usage info. Use after confirming valid API key.

Get User Folders

Tool to retrieve a list of labels (folders replacement) for the authenticated user. Uses the GET /user/labels endpoint per Jotform's migration from folders to labels.

Get User Forms

Tool to retrieve a list of forms created by the authenticated user. Use after setting up API key authentication.

Get User History

Tool to fetch user activity history records. Use when auditing or filtering user actions by type or date.

Get User Reports

Tool to retrieve list of report URLs for all forms in the account. Includes Excel, CSV, printable charts, and embeddable HTML tables.

Get User Setting By Key

Tool to retrieve a specific user setting by key. Use when you need a single setting value like email, timezone, language, or website.

Get User Settings

Tool to retrieve the settings of the authenticated user. Use after confirming a valid API key.

Get User Submissions

Tool to retrieve all submissions for all forms on the account. The answers dictionary contains submission data with question IDs as keys. Use when you need to access submission data across multiple forms.