storyline_add_line_item
Add a new line item or deliverable to a storyline strategy. Specify channel, content type, title, description, and optional config to define what the content should achieve.
Instructions
Add a new line item (deliverable) to a storyline's strategy. Specify the channel, type, title, description, and a config map (pass {} if no extra config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Content type — e.g. 'post', 'article', 'newsletter', 'video' | |
| title | Yes | Line-item headline / title | |
| config | Yes | Channel/type-specific configuration — pass {} if none | |
| brandId | No | Brand ID (defaults to active brand) | |
| channel | Yes | Publishing channel — e.g. 'linkedin', 'twitter', 'blog', 'email' | |
| targetDate | No | Target publish date (ISO 8601) | |
| automatable | No | Whether PostKing can auto-generate this item (defaults to server-side logic) | |
| description | Yes | What this piece of content should achieve or cover | |
| storylineId | Yes | Storyline ID |