---
title: "Broadcast Schedule"
slug: broadcast-schedule
description: "Use natural language to schedule emails to multiple contacts."
created_at: "2024-08-25"
updated_at: "2024-11-28"
image: https://cdn.resend.com/posts/broadcast-schedule.jpg
humans: ["zeh-fernandes"]
featured: false
category: "product"
---

Earlier this week, we introduced the ability to [schedule individual emails](/blog/introducing-the-schedule-email-api) programatically using the Resend API with the `scheduled_at` parameter.

Today, we're excited to announce that you can now schedule broadcasts too.

## Schedule a broadcast

When you navigate to the [Broadcasts page](/broadcasts), and click on the _"Create Email"_ button, you will now see an option called _"When"_.

The _"When"_ text input uses natural language to convert your date and time into a valid timestamp. For example, you can type `"in 1 hour"` or `"tomorrow at 9am"` or `"next Monday at 3pm ET"`.

<video
  src="https://cdn.resend.com/posts/broadcast-schedule-1.mp4"
  autoPlay
  loop
  muted
  playsInline
  onClick="this.controls = true"
  className="extraWidth"
/>

If you don't specify a timezone, the broadcast will be scheduled in the user's local time. If you specify the timezone, the time will be calculated based on that timezone.

Different from the `scheduled_at` parameter, which has a short limit of how far in the future you can schedule an email, broadcast scheduling has a much more flexible range.

## Edit a scheduled broadcast

If you need to update a scheduled broadcast, you can do so by navigating to the specific broadcast.

You will be prompted with a confirmation dialog, and you can choose to update the scheduled time, update the content, or both.

<video
  src="https://cdn.resend.com/posts/broadcast-schedule-2.mp4"
  autoPlay
  loop
  muted
  playsInline
  onClick="this.controls = true"
  className="extraWidth"
/>

## Get started

You can start scheduling broadcasts today by going to the [Broadcasts page](/broadcasts).

If you have any questions or feedback, feel free to [reach out](/contact).
