Update broadcast
Update a broadcast that has not been sent yet (draft or scheduled status only)
Authorizations
API key authentication. Use your API key as the bearer token.
Path Parameters
"123e4567-e89b-12d3-a456-426614174000"
Body
11500Optional inbox ID. When provided, the inbox's name, from address, and reply-to address are used as defaults unless explicit values are given. Set to null to remove inbox association. Mutually exclusive with inbox_ids.
"123e4567-e89b-12d3-a456-426614174000"
Optional array of inbox IDs for inbox rotation. Each inbox's sender identity is used for its portion of emails. Set to null or empty to disable rotation. Mutually exclusive with inbox_id.
Controls how fast emails are sent.
auto, warmup, very_slow, slow, normal, instant Configurable exit rules for the sequence dispatcher. Recipients matching any rule are removed from the sequence before the next follow-up.
How follow-ups are sent. sales (default) = threaded replies. marketing = fresh standalone emails per step.
sales, marketing Tags for categorization. Lowercase, max 50 chars each, max 20 tags.
Response
Broadcast updated
"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[]).