Create Email Broadcast
Creates a draft email broadcast. Content is either a content block (category: Email) or an inline subject and body with Liquid tokens — not both. Recipient selection combines an optional client filter with hand-picked additions and exclusions. Requires the tenant to have connected at least one of their own send-enabled email accounts — broadcasts cannot be sent from the shared system mailbox.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"contentBlockCode": "string",
"subjectLine": "string",
"bodyHtml": "string",
"allContacts": false,
"recipientIncludeBusinessEmail": false
}
Responses
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key