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 StoryCreate a content entry in a space, optionally publishing it at once.storyblok.create_story
- Delete StoryDelete a story from a space by its numeric id.storyblok.delete_story
- Get StoryRead one story by its numeric id, with its content fully loaded.storyblok.get_story
- List StoriesList 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 StoryPublish a story, or only the language versions named.storyblok.publish_story
- Unpublish StoryTake 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 StoryReplace a story with the object given, optionally publishing it in the same call.storyblok.update_story
More in Business apps
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.