publish_template
Mark an email template as published to make it available for sending transactional emails through the PostStack MCP Server.
Instructions
Mark a template as published so it can be referenced by send_email. When to use: after creating or editing a template you have validated and want available for sending. Returns: shaped template with published=true. Example: { id: "tpl_abc" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID to publish |