OCNORA

Wufoo

Business appsUsername & passwordAPI keycredential probe

Read Wufoo forms, fields and entries, submit entries and manage webhooks (Wufoo API v3).

OCNORA ships 8 typed Wufoo 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.

Triggers 1

  • Form Entry
    Start a run when someone submits an entry to a Wufoo form.
    trigger.wufoo_event

Operations 8

  • Count Entries
    Count the entries stored for a form, with the same filters as a list.
    wufoo.count_entries
  • Create Webhook
    Add a webhook so Wufoo posts every new entry on a form to a URL, which is how a Mantle webhook trigger receives them.
    wufoo.create_webhook
  • Delete Webhook
    Remove one webhook from a form, by the hash its creation returned.
    wufoo.delete_webhook
  • Get Form
    Retrieve one form's settings by its hash or its title.
    wufoo.get_form
  • List Entries
    List a form's stored entries, optionally filtered and sorted.
    wufoo.list_entries
  • List Form Fields
    List a form's fields with the Field ids that entry writes and entry filters address them by.
    wufoo.list_fields
  • List Forms
    List the forms this API key can reach, with their hashes and counts.
    wufoo.list_forms
  • Submit Entry
    Submit a new entry to a form, exactly as if someone had filled it in, using the Field ids wufoo.list_fields returns.
    wufoo.submit_entry

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