OCNORA

Formstack

Business appsAPI keyBearer tokencredential probe

Read and write Formstack forms, submissions and webhooks (V2025 API).

OCNORA ships 9 typed Formstack 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://www.formstack.com/api/v2025 through the HTTP node with the same credential.

Triggers 1

  • Form Submitted
    Start a run when a Formstack form receives a new submission.
    trigger.formstack_event

Operations 9

  • Create Submission
    Record a new submission on a form from a list of field values.
    formstack.create_submission
  • Create Webhook
    Add a webhook so Formstack posts every new submission on a form to a URL, which is how a Mantle webhook trigger receives them.
    formstack.create_webhook
  • Delete Submission
    Permanently delete one submission and all of its recorded data.
    formstack.delete_submission
  • Get Form
    Retrieve one form's settings, optionally including its field list.
    formstack.get_form
  • Get Submission
    Retrieve one submission with every field value it recorded.
    formstack.get_submission
  • List Forms
    List the forms on the account, newest page first, with optional search.
    formstack.list_forms
  • List Submissions
    List one form's submissions, filtered by keyword or date range.
    formstack.list_submissions
  • List Webhooks
    List the webhooks a form pushes its submissions to.
    formstack.list_webhooks
  • Update Submission
    Replace the field values recorded on an existing submission.
    formstack.update_submission

Run your first Formstack 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.