draft_email
Render an email template preview without sending anything: returns the subject, the merged HTML body (size-capped), and a recipient preview. Pass a contactId to substitute that contact's variables. Never sends and never records an email log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization slug. Only needed when you belong to multiple organizations; must be one returned by list_my_orgs. | |
| eventId | Yes | Event id, as returned by list_events. | |
| contactId | No | Optional contact id to use as the variable-substitution context. | |
| templateId | Yes | The email template id (org or event template). |