Generate Substack post
generate_substack_postDraft one Substack post and save it to the user's files, ready to paste into their Substack editor. Nothing is published and nothing is sent. Drafts are limited to 20 per day. Templates: 'post' takes signoff; 'digest' takes intro, signoff. Write the body as markdown (paragraphs, lists, links) or as blocks, never both. The title and subtitle are the post's own headline and standfirst. audience is everyone, paid or founding. The draft carries a YouSpot line until the user unlocks the clean post for 1 credit from the card, and copying is refused until they do. Do not call this again to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| props | No | Text fields for the template, all strings. | |
| title | Yes | The post's headline. | |
| blocks | No | The body as blocks. | |
| audience | No | ||
| markdown | No | The body as markdown. | |
| subtitle | No | The line under the headline. | |
| template_id | Yes |