Skip to main content
With broadcast, you can send notifications to a large list of users with high throughput and low latency. You can use this to schedule campaigns or send important announcements that are relevant for a large group of users. Best used for cases when you want your messages to be delivered instantly like stock market alerts.

Pre-requisites

Create a list of users- List is a group of users who you want to send broadcast to.

Triggering broadcast

Once you have the list ready, you can trigger broadcast using one of the following methods:

1. Programmatically using SDK / API

This is the most flexible way of sending broadcast to a list. Use it when you regularly trigger a specific message to bulk users, like reminders or community updates like news. You can use API or update it using backend SDK

Python SDK

Node SDK

Java SDK

Go SDK

2. From UI

You can also trigger Broadcast directly from the SuprSend dashboard without any tech involvement. Recommended for cases when you want to send a one-off campaign, something like newsletter or special feature announcement. You can schedule broadcast on a list from the dashboard by selecting Run Broadcast option in the kebab menu on Subscriber -> Lists tab
This will open the broadcast form. Fill in the relevant information and select the workflow template. Once you click the Run Broadcast button, it will ask for a confirmation. This is just to ensure that bulk campaigns are not triggered by mistake. Click Confirm to trigger the broadcast. You can check the notification status on Logs page.