create_from_template
Generate a draft post from a saved template, allowing content overrides and scheduling options for your social accounts.
Instructions
Create a draft post using a saved template as the base content. You can override the text before saving. Use list_templates to get template IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_ids | Yes | Account IDs to post to. Use list_accounts to get IDs. | |
| template_id | Yes | Template ID from list_templates. | |
| scheduled_time | No | ISO 8601 publish time. Required when schedule_directly is true. | |
| content_override | No | Override the template text. Leave blank to use template text as-is. | |
| schedule_directly | No | When true, schedule immediately instead of saving as draft. Requires scheduled_time. | |
| first_comment_override | No | Override the template first comment. |