Create broadcast
Create a new email broadcast campaign
Authorizations
API key authentication. Use your API key as the bearer token.
Body
1"Newsletter - January 2024"
1"Your monthly update"
Template ID to use for the broadcast email content. Required.
"123e4567-e89b-12d3-a456-426614174000"
Sender email address. Required unless inbox_id or inbox_ids is provided.
Display name for the sender. Combined with from_email as 'Name ' when sending.
"Acme Newsletter"
Reply-To email address for broadcast emails.
Preview text (preheader) shown in email clients.
500"Check out our latest updates..."
Optional topic ID to categorize the broadcast for unsubscription management
"123e4567-e89b-12d3-a456-426614174000"
Optional inbox ID. When provided, the inbox's name, from address, and reply-to address are used as defaults unless explicit values are given. Mutually exclusive with inbox_ids.
"123e4567-e89b-12d3-a456-426614174000"
Optional array of inbox IDs for inbox rotation. When set, emails are round-robin distributed across these inboxes, each using its own sender identity. Mutually exclusive with inbox_id.
Controls how fast emails are sent. 'auto' scales with recipient count (recommended), 'warmup' ~100/day, 'very_slow' ~100/hr, 'slow' ~1000/hr, 'normal' ~2000/hr, 'instant' sends as fast as possible.
auto, warmup, very_slow, slow, normal, instant "auto"
Tags for categorization. Lowercase, max 50 chars each, max 20 tags.
Response
Broadcast created
"123e4567-e89b-12d3-a456-426614174000"
Topic ID for categorizing the broadcast
"123e4567-e89b-12d3-a456-426614174000"
Associated inbox ID for sender identity defaults
"123e4567-e89b-12d3-a456-426614174000"
Inbox IDs used for inbox rotation
Sending speed setting for the broadcast
"auto"
"draft"
Tags for categorization.
Whether follow-ups are sent as threaded replies (sales) or fresh standalone emails (marketing).
sales, marketing "sales"
Configurable exit rules evaluated by the sequence dispatcher before each follow-up. Supported keys: exit_if_in_segment_ids (string[]), exit_if_not_in_segment_ids (string[]).