惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
V
Visual Studio Blog
雷峰网
雷峰网
博客园_首页
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
小众软件
小众软件
D
Docker
P
Proofpoint News Feed
B
Blog
Vercel News
Vercel News
B
Blog RSS Feed
U
Unit 42
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Apple Machine Learning Research
Apple Machine Learning Research
Y
Y Combinator Blog
I
InfoQ
Recent Announcements
Recent Announcements

Resend RSS Feed

6 Tips for Accessible Emails Welcoming Manoel do Amaral, our new Brand Designer Welcoming Michael Vaz, our new Customer Success Engineer Six Steps to Improve Your Sender Reputation Welcoming Tatira Andrade, our new Executive Assistant Welcoming Pedro Ivo Hudson, our new Design Engineer Welcoming Diel Duarte, our new Open source Engineer Welcoming Areia Spinner, our new Recruiter Resend Forward: A Conference about Craft React Email 6.0 Custom Tracking Domains AI Email Editor Introducing Automations Welcoming Ahmed Tolba, our new SRE Engineer Welcoming Aneil Singh, our new Founding Account Executive Welcoming Lucas Motta, our new Software Engineer Welcoming Trey Knowles, our new Founding Account Executive Welcoming Anxhela Carciu, our new SRE Engineer Introducing DMARC Analyzer Welcoming Evan Thibodeau, our new Customer Success Engineer Welcoming Derich Pacheco, our new Software Engineer Welcoming Alec Ventura, our new Data Engineer Welcoming Felipe Freitag, our new Software Engineer Welcoming Mateusz Wos, our new Software Engineer Incident report for February 15, 2026 Email automation for OpenClaw How to Create a DevTools Agent Skill Introducing Email Skills Why You Should Embrace the Promotions Tab Slater Smith, our new Customer Success Engineer
Broadcast API
Zeh Fernandes, Alexandre Cisneiros · 2025-03-26 · via Resend RSS Feed

When we first launched our no-code email editor, Broadcasts, we focused on building the best user experience. We introduced familiar modern editor patterns and have continued adding new components (Section, Code Block, YouTube, and 𝕏) and details.

Behind Broadcasts lies a quietly powerful system that can queue, throttle, and send millions of emails, gather and display engagement metrics, and more.

Enabling developers

Today, we're excited to expose the full broadcast experience to developers. Send HTML, plain text, or React (with the Node.js SDK) to any audience.

Available in all languages

As with all endpoints, the Broadcast API enjoys full SDK coverage.

The Broadcast API offers 6 endpoints for creating, updating, and sending broadcasts.

Review in the no-code editor

All broadcasts created with the API can be reviewed in the no-code editor before sending.

Building broadcast integrations

Full API coverage means you can build integrations with your product or web apps:

  • Enable your users to create and send broadcasts without leaving your product
  • Generate broadcasts programmatically for internal use
  • Trigger broadcasts based on events in your app

You can build and send broadcasts with the API and let the Broadcast infrastructure handle the queue, throttle, and scheduling implementation.

Audience management

Just like the visual editor, the Broadcast API uses Audiences to manage your recipients.

Audience endpoints let you control audiences and contacts programmatically.

When creating broadcasts, you can include dynamic audience data to personalize the email content.

  • {{{FIRST_NAME|fallback}}}
  • {{{LAST_NAME|fallback}}}
  • {{{EMAIL}}}
  • {{{RESEND_UNSUBSCRIBE_URL}}}

When you include the {{{RESEND_UNSUBSCRIBE_URL}}} placeholder in the call, Resend includes an unsubscribe link in the email to automatically handle unsubscribe requests.

Limitations

Broadcasts created with the API are distinct from those created in the visual editor. While you can view all Broadcasts using the API or the visual editor, you can only edit and send broadcasts from the location they were created.

Get started today

We're excited to see what you'll create and send.

Visit the Broadcasts API docs to get started.