Which one to use
Broadcasts and both send to many people, and the difference is what starts the send.
Sending the same message to a group at a chosen moment is a broadcast. A user’s action that should send a message or start a sequence is a journey.
How it works
From draft to sent
A broadcast moves through three states:- Draft: created but not yet sent or scheduled.
- Scheduled: queued for a set time. You can reschedule or cancel, but the content is locked. To change the message, cancel, edit, and schedule again.
- Sent: delivered, with .
Its content
You write a broadcast’s content in the same editor a uses, and it is stored as the same document. Variables resolve from each recipient’s profile, so one broadcast reads differently for every person.Limits & behavior
- Console or API. Build a broadcast in the console, or drive the whole flow through the : create, write content, then send or schedule.
- One channel per broadcast. A broadcast cannot span channels. Make one per channel.
- Content locks when scheduled. To edit a scheduled broadcast, cancel it, edit, and reschedule.
FAQ
Is there an API to send a Broadcast?
Is there an API to send a Broadcast?
creates one, writes the content, and or
/schedule delivers it. You can also skip Broadcasts and send to a list_id or audience_id through the .Should I send to a List or an Audience?
Should I send to a List or an Audience?
Use a list for a group you curate by hand, and an audience for a rule-based segment Courier keeps current as profiles change. Either works as recipients.
Can a Broadcast use more than one channel?
Can a Broadcast use more than one channel?
Each broadcast uses one channel. Create a separate broadcast to reach the same group elsewhere.