OCNORA

KoboToolbox

Business appsAPI keycredential probe

Read KoboToolbox forms, submissions, REST hooks and asset files (KPI API v2).

OCNORA ships 9 typed KoboToolbox 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

  • New Submission
    Start a run when a KoboToolbox form receives a new submission.
    trigger.kobotoolbox_event

Operations 9

  • Upload File
    Upload a media file or map layer onto a form, sent as base64 text.
    kobotoolbox.create_file
  • Create Hook
    Add a REST service so KoboToolbox posts every new submission on a form to a URL, which is how a Mantle webhook trigger receives them.
    kobotoolbox.create_hook
  • Delete Submission
    Permanently delete one submission from a form.
    kobotoolbox.delete_submission
  • Get Form
    Retrieve one form with its settings, deployment state and content.
    kobotoolbox.get_form
  • Get Submission
    Retrieve one submission of a form by its numeric id or its rootUuid.
    kobotoolbox.get_submission
  • List Files
    List the media files and map layers attached to a form.
    kobotoolbox.list_files
  • List Forms
    List the forms and projects the API token can reach, one page at a time.
    kobotoolbox.list_forms
  • List Hooks
    List the REST services a form forwards its submissions to.
    kobotoolbox.list_hooks
  • List Submissions
    List a form's submissions, optionally filtered by a MongoDB-style query.
    kobotoolbox.list_submissions

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