OCNORA

Strapi

Business appsAPI keycredential probe

Strapi REST API — create, read, update, delete and query the entries of any content type on a self-hosted Strapi instance.

OCNORA ships 5 typed Strapi operations. 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.

Operations 5

  • Create Entry
    Create one entry of a content type from a JSON object of fields.
    strapi.create_entry
  • Delete Entry
    Delete one entry of a content type by its document id.
    strapi.delete_entry
  • Get Entry
    Read one entry of a content type by its document id.
    strapi.get_entry
  • List Entries
    Fetch one page of a content type's entries, with Strapi's filters, field selection, relation population, sort and pagination.
    strapi.list_entries
  • Update Entry
    Update one entry of a content type; only the fields sent are changed.
    strapi.update_entry

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