Skip to content

Create scheduled messages

post

/messages/schedule/create

Use this endpoint to schedule a campaign, Canvas, or other message to be sent at a designated time and provides you with an identifier to reference that message for updates.

If you’re targeting a segment, a record of your request will be stored in the Developer Console after all scheduled messages have been sent.

Prerequisites

To use this endpoint, you’ll need an API key with the messages.schedule.create permission.

Rate limit

We apply the default Braze rate limit of 250,000 requests per hour to this endpoint, as documented in API rate limits.

Braze endpoints support batching API requests. A single request to the messaging endpoints can reach any of the following:

  • Up to 50 specific external_ids, each with individual message parameters
  • A segment of any size created in the Braze dashboard, specified by its segment_id
  • An audience segment of any size, defined in the request as a connected audience object

Request body

Request parameters

Parameter Required Data Type Description
broadcast Optional Boolean You must set broadcast to true when sending a message to an entire segment that a campaign or Canvas targets. This parameter defaults to false.

If broadcast is set to true, a recipients list cannot be included. However, use caution when setting broadcast: true, as unintentionally setting this flag may cause you to send your message to a larger-than-expected audience.
external_user_ids Optional Array of strings See external user identifier.
user_aliases Optional Array of user alias objects See user alias object.
audience Optional Connected audience object See connected audience.
segment_id Optional String See segment identifier.
campaign_id Optional String See campaign identifier.
send_id Optional String See send identifier.
override_messaging_limits Optional Boolean Ignore frequency capping for campaigns, defaults to false
recipient_subscription_state Optional String Use this to send messages to only users who have opted in (opted_in), only users who have subscribed or are opted in (subscribed) or to all users, including unsubscribed users (all).

Using all users is useful for transactional email messaging. Defaults to subscribed.
schedule Required Schedule object See schedule object
messages Optional Messaging object See available messaging objects.

Example request

Response

Example success response

HOW HELPFUL WAS THIS PAGE?
New Stuff!