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

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
博客园_首页
U
Unit 42
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
IT之家
IT之家
G
Google Developers Blog
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Jina AI
Jina AI
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
小众软件
小众软件
H
Help Net Security

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
Introducing the Schedule Email API
Felipe Volpone · 2024-08-19 · via Resend RSS Feed

While some emails need to be delivered as soon as possible, like password resets or magic links, others can be scheduled for a specific time.

Here are some examples of when you might want to schedule an email:

  • Send welcome email 5 minutes after signup
  • Trigger a reminder email 24 hours before an event
  • Schedule a weekly digest email for the next day at 9am PST

Before, you had to use external services to handle the scheduling logic, but now you can use the new Resend API to schedule emails.

Schedule an email

You can use the various Resend SDKs to schedule emails.

The date must be in ISO 8601 format (e.g: 2024-08-05T11:52:01.858Z).

Emails can be scheduled up to 72 hours in advance.

Once you schedule an email, you can see the scheduled time in the Resend dashboard.

Reschedule an email

After scheduling an email, you might need to update the scheduled time.

You can do so with the following method:

You can also reschedule an email directly in the Resend dashboard.

Cancel a scheduled email

If you need to cancel a scheduled email, you can do so with the following code:

Once an email is canceled, it cannot be rescheduled.

You can also cancel a scheduled email in the Resend dashboard.

Limitations

There are some limitations to keep in mind when scheduling emails:

  • Batch emails cannot be scheduled
  • Emails sent via SMTP cannot be scheduled
  • Emails with attachments cannot be scheduled

Get started

We hope this new endpoint makes it easier for you to schedule emails in your application without having to introduce additional complexity.

You can see the Resend OpenAPI spec or the Postman collection for all parameters.

Feel free to check the documentation for more details.