Create Broadcast
Create a new broadcast to send to your contacts.
POST
Documentation Index
Fetch the complete documentation index at: https://resend.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Body Parameters
Sender email address.To include a friendly name, use the format
"Your Name <sender@domain.com>".Email subject.
The HTML version of the message. You can include Contact Properties in the
body of the Broadcast. Learn more about Contact
Properties.
The plain text version of the message. You can include Contact Properties in the body of the Broadcast. Learn more about Contact Properties.
If not provided, the HTML will be used to generate a plain text version. You
can opt out of this behavior by setting value to an empty string.
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.
Send the broadcast immediately after creation. Defaults to
false.When set to
true, the broadcast will be sent or scheduled (if scheduled_at is provided) without requiring a separate call to the Send Broadcast endpoint.