API Docs / Operations / Email - Broadcasts / Create Email Broadcast

Create Email Broadcast

POST /tenants/{tenant}/email-broadcasts

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "contentBlockCode": "string",
  "subjectLine": "string",
  "bodyHtml": "string",
  "allContacts": false,
  "recipientIncludeBusinessEmail": false
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key