create_story_schedule
Schedule stories in Storyblok by specifying a story ID, publish date, and optional language code to automate content management workflows.
Instructions
Creates a new story schedule via the Storyblok Management API.
- story_id: Numeric ID of the story to be scheduled.
- publish_at: ISO‑8601 date/time string in UTC (e.g., "2025‑06‑20T15:30:00Z").
- language: Optional language code (e.g., "en", "pt‑br").
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No | ||
publish_at | Yes | ||
story_id | Yes |