publish_draft
Publish a draft so it goes live on Substack. Set send to true to also email subscribers, knowing emails cannot be recalled.
Instructions
Publish a draft. The post goes live on the web; send additionally emails it to subscribers and defaults to false, because an email cannot be recalled. Publishing cannot be undone from this server — there is no unpublish tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| send | No | Whether to email the post to subscribers. Defaults to false: the post goes live on the web either way, but an email cannot be unsent, so this must be asked for explicitly. | |
| draft_id | Yes | The numeric id of the draft to publish, as returned by list_posts (`id`) or create_draft_post (`draft_id`). |