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.
Tool to create a new label for organizing forms in Jotform. Use when you need to categorize or group forms with a named label.
Tool to retrieve details of a specific system plan. Use when you need to check limits and pricing of a plan.
Tool to retrieve details of the authenticated user, including account and usage info. Use after confirming valid API key.
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.
Tool to retrieve a list of forms created by the authenticated user. Use after setting up API key authentication.
Tool to fetch user activity history records. Use when auditing or filtering user actions by type or date.
Tool to retrieve list of report URLs for all forms in the account. Includes Excel, CSV, printable charts, and embeddable HTML tables.
Tool to retrieve a specific user setting by key. Use when you need a single setting value like email, timezone, language, or website.
Tool to retrieve the settings of the authenticated user. Use after confirming a valid API key.
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.