list_submissions
List Submissions
List form submissions. Can retrieve submissions for a specific form or across all forms in the account. Supports filtering, sorting, and pagination.
list_submissions
List form submissions. Can retrieve submissions for a specific form or across all forms in the account. Supports filtering, sorting, and pagination.
create_report
Create a new report for a JotForm form. Reports can be generated as CSV, Excel, grid (HTML table), or visual charts.
delete_submission
Delete a form submission by its ID. This permanently removes the submission and its associated data.
get_submission
Retrieve a single form submission by its ID. Returns complete submission data including all field answers, metadata, and status.
list_folders
List all form folders in the account. Returns folder hierarchy with names, owners, and contained form IDs. Useful for understanding how forms are organized.
list_forms
List all forms in the authenticated JotForm account. Supports filtering by status, sorting, and pagination. Use this to browse available forms or find specific forms by title or status.
create_form
Create a new JotForm form with specified questions and properties. Questions are defined as a map of order indices to question objects, each with a type, text, and optional configuration.
list_reports
List reports across all forms or for a specific form. Reports include Excel, CSV, printable charts, and embeddable HTML tables.
update_form
Update an existing JotForm form's properties, add new questions, or modify existing questions. Combines property updates, question additions, and question management in one tool.
create_submission
Create a new submission for a JotForm form. Provide answers mapped to question IDs. Note: submissions created via the API do **not** trigger webhooks.
delete_form
Delete a JotForm form by its ID. This moves the form to the trash. Use with caution as it affects all submissions associated with the form.
manage_webhooks
List, create, or delete webhooks on a JotForm form. Webhooks send HTTP POST notifications to a URL when a form submission is made through the form UI.
get_user
Retrieve the authenticated user's account information including profile details, usage statistics, and account limits.
clone_form
Create a duplicate of an existing JotForm form. The cloned form will have the same questions, properties, and settings as the original but will be a new independent form.
get_form
Retrieve detailed information about a specific JotForm form including its properties, questions, and settings. Use this to inspect a form's configuration or get its current state.
update_submission
Update an existing form submission's answer values. Only the provided fields will be updated; other fields remain unchanged.
Create, manage, and collect data through online forms. Build forms programmatically by defining questions, properties, and email notifications. Retrieve, create, update, and delete form submissions with filtering by date, status, or custom fields. Manage form fields/questions, configure form properties, and set up webhooks for submission notifications. Organize forms into folders, generate reports (Excel, CSV, charts), manage sub-user accounts, and download file uploads from submissions. Access user account details and usage statistics.
Common questions about connecting Jotform to AI agents with Metorial.