import { Resend } from 'resend'; const resend = new Resend('re_xxxxxxxxx'); await resend.broadcasts.create({ audienceId: '78261eea-8f8b-4381-83c6-79fa7120f1cf', from: 'Acme <onboarding@resend.dev>', subject: 'hello world', html: 'Hi {{{FIRST_NAME|there}}}, you can unsubscribe here: {{{RESEND_UNSUBSCRIBE_URL}}}', });
{ "id": "49a3999c-0ce1-4ea6-ab68-afcd6dc2e794" }
Create a new broadcast to send to your audience.
"Your Name <sender@domain.com>"
Was this page helpful?