Broadcasts
Update Broadcast
Update a broadcast to send to your audience.
You can update broadcasts only if they were created via the API.
Path Parameters
The ID of the broadcast you want to update.
Body Parameters
The ID of the audience you want to send to.
Sender email address.
To include a friendly name, use the format "Your Name <sender@domain.com>"
.
Email subject.
Reply-to email address. For multiple addresses, send as an array of strings.
The HTML version of the message.
The plain text version of the message.
The React component used to write the message. Only available in the Node.js SDK.
The friendly name of the broadcast. Only used for internal reference.
Was this page helpful?