Broadcasts
Create Broadcast
Create a new broadcast to send to your audience.
Broadcasts API is currently in private beta and only available to a limited number of users. Reach out if you're interested in testing this feature.
Body Parameters
audience_id
string
requiredThe ID of the audience you want to send to.
from
string
requiredSender email address.
To include a friendly name, use the format "Your Name <sender@domain.com>"
.
subject
string
requiredEmail subject.
reply_to
string | string[]
Reply-to email address. For multiple addresses, send as an array of strings.
html
string
The HTML version of the message.
text
string
The plain text version of the message.
react
React.ReactNode
The React component used to write the message. Only available in the Node.js SDK.
name
string
The friendly name of the broadcast. Only used for internal reference.
Was this page helpful?