create_workflow_stage
Add a new workflow stage to a Storyblok space to organize content approval processes with custom permissions and transitions.
Instructions
Creates a new workflow stage in a Storyblok space via the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the workflow stage | |
| color | Yes | Color of the workflow stage | |
| is_default | No | Whether this is the default stage | |
| user_ids | No | List of user IDs allowed in this stage | |
| space_role_ids | No | List of space role IDs allowed in this stage | |
| workflow_stage_ids | No | List of workflow stage IDs that can transition to this stage | |
| allow_publish | No | Allow publishing from this stage | |
| allow_all_stages | No | Allow transitions to all stages | |
| allow_admin_publish | No | Allow admin to publish | |
| allow_all_users | No | Allow all users | |
| allow_admin_change | No | Allow admin to change | |
| allow_editor_change | No | Allow editor to change | |
| position | No | Position of the stage in the workflow | |
| after_publish_id | No | Stage ID to transition to after publish | |
| workflow_id | No | ID of the workflow this stage belongs to |