Skip to main content
Scheduling broadcasts is handled through the Send broadcast method by providing the scheduled_at parameter.

How to schedule

To schedule a broadcast, use the Send method with a scheduled_at value:
You can also schedule during broadcast creation:

Schedule formats

The scheduled_at parameter accepts two formats:

ISO 8601 timestamp

Natural language

Complete example

For more details on sending and scheduling broadcasts, see the Send broadcast documentation.