Jotform
Business appsAPI keycredential probe
Jotform forms and submissions — list, create, edit and delete submissions, read questions, files and reports, and manage a form's webhooks (API key).
OCNORA ships 18 typed Jotform operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.jotform.com through the HTTP node with the same credential.
Triggers 1
- New SubmissionStart a run for every new submission on a Jotform form (polled).trigger.jotform_submission
Operations 18
- Create SubmissionFile one submission against a form, as if somebody had filled it in.jotform.create_submission
- Create Submissions (bulk)File several submissions against one form in a single call.jotform.create_submissions
- Create Form WebhookAdd one more URL for a form to POST each new submission to.jotform.create_webhook
- Delete SubmissionDelete one submission from the form it was filed against.jotform.delete_submission
- Delete Form WebhookRemove one webhook from a form by the index it is listed under.jotform.delete_webhook
- Get AccountRead the account behind the API key — name, email, plan, status and limits.jotform.get_account
- Get FormRead one form's title, status, URL and submission counts.jotform.get_form
- Get Form PropertiesRead a form's settings — layout, redirect, limits and notification emails.jotform.get_form_properties
- Get SubmissionRead one submission, with its answers both raw and flattened by field name.jotform.get_submission
- Get UsageRead this month's submission, upload and API-call counters for the account.jotform.get_usage
- List Form FilesList every file uploaded through a form, with its URL, type and size.jotform.list_files
- List Form SubmissionsList the submissions of one form, with paging, filtering and ordering.jotform.list_form_submissions
- List FormsList the forms on the account, with paging, filtering and ordering.jotform.list_forms
- List Form QuestionsRead every question on a form, so a later node can address answers by qid.jotform.list_questions
- List Form ReportsList a form's reports — the Excel, CSV, grid, table and visual exports.jotform.list_reports
- List All SubmissionsList submissions across every form on the account, newest page first.jotform.list_submissions
- List Form WebhooksList the webhook URLs a form posts to, keyed by the index a delete needs.jotform.list_webhooks
- Update SubmissionEdit the answers on an existing submission, or clear its unread flag.jotform.update_submission
More in Business apps
Run your first Jotform workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.