Broadcasts
You can use broadcasts to send one-time messages like announcements and promotions that show up in your users' notification centers
Last updated
You can use broadcasts to send one-time messages like announcements and promotions that show up in your users' notification centers
Last updated
First you'll need to create a template for your broadcast message.
You can use templates to define what should be sent to your customers or users upon certain events happening in your application. Templates can include data from your application using merge tags as well as emojis.
You can optionally add buttons and links to your notifications to make them actionable. Links can be URLs that take your users to a specific page in your app and can also use variables similar to the ones in the message body.
If you need to send custom data for your template, or if you'd prefer to use an API for sending the broadcast, see our API docs