OCNORA

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 Submission
    Start a run for every new submission on a Jotform form (polled).
    trigger.jotform_submission

Operations 18

  • Create Submission
    File 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 Webhook
    Add one more URL for a form to POST each new submission to.
    jotform.create_webhook
  • Delete Submission
    Delete one submission from the form it was filed against.
    jotform.delete_submission
  • Delete Form Webhook
    Remove one webhook from a form by the index it is listed under.
    jotform.delete_webhook
  • Get Account
    Read the account behind the API key — name, email, plan, status and limits.
    jotform.get_account
  • Get Form
    Read one form's title, status, URL and submission counts.
    jotform.get_form
  • Get Form Properties
    Read a form's settings — layout, redirect, limits and notification emails.
    jotform.get_form_properties
  • Get Submission
    Read one submission, with its answers both raw and flattened by field name.
    jotform.get_submission
  • Get Usage
    Read this month's submission, upload and API-call counters for the account.
    jotform.get_usage
  • List Form Files
    List every file uploaded through a form, with its URL, type and size.
    jotform.list_files
  • List Form Submissions
    List the submissions of one form, with paging, filtering and ordering.
    jotform.list_form_submissions
  • List Forms
    List the forms on the account, with paging, filtering and ordering.
    jotform.list_forms
  • List Form Questions
    Read every question on a form, so a later node can address answers by qid.
    jotform.list_questions
  • List Form Reports
    List a form's reports — the Excel, CSV, grid, table and visual exports.
    jotform.list_reports
  • List All Submissions
    List submissions across every form on the account, newest page first.
    jotform.list_submissions
  • List Form Webhooks
    List the webhook URLs a form posts to, keyed by the index a delete needs.
    jotform.list_webhooks
  • Update Submission
    Edit the answers on an existing submission, or clear its unread flag.
    jotform.update_submission

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.