create_story
Create and publish content stories in Storyblok by providing JSON data with name, slug, and optional content, parent ID, and publish settings.
Instructions
Create a new story. Pass story as JSON object with name, slug, content, parent_id, etc. Optional publish=1 to publish.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story | Yes | Story object: { name, slug, content?, parent_id?, ... } | |
| publish | No |