OCNORA

Storyblok

Business appsAPI keycredential probe

Storyblok Management API — read, create, update, delete, publish and unpublish the stories of a space.

OCNORA ships 7 typed Storyblok 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. Anything not covered by a typed node reaches https://mapi.storyblok.com/v1 through the HTTP node with the same credential.

Operations 7

  • Create Story
    Create a content entry in a space, optionally publishing it at once.
    storyblok.create_story
  • Delete Story
    Delete a story from a space by its numeric id.
    storyblok.delete_story
  • Get Story
    Read one story by its numeric id, with its content fully loaded.
    storyblok.get_story
  • List Stories
    List a space's stories, with Storyblok's search, tag, publish-state and sort filters. Story objects come back without their content.
    storyblok.list_stories
  • Publish Story
    Publish a story, or only the language versions named.
    storyblok.publish_story
  • Unpublish Story
    Take a story down, or only the language versions named. This is the only way to unpublish: a false publish flag on an update does not.
    storyblok.unpublish_story
  • Update Story
    Replace a story with the object given, optionally publishing it in the same call.
    storyblok.update_story

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