Campaigns
Bulk SMS sends to a chosen audience.
Last updated
Bulk SMS sends to a chosen audience.
Where: SMS β Campaigns Β· /projects/<project>/sms/campaigns
A campaign is a bulk send: one template delivered to a chosen audience β all users, specific users, raw phone numbers, or records from a database collection. Campaigns run in batches, and every batch and message is tracked.

The list shows every campaign with Created On, Status, Template, and Integration columns, and refreshes itself every 15 seconds, so a running send updates live. Filter by Campaign ID (e.g. cmp_4RXMBq6T24SOIilOBtkao9), Template ID (e.g. tmpl_5Rf3EKWEKMsihdBkPAcK0), or a Date From / Date To range.
Create Campaign opens the campaign form, where you pick the template and the audience and start or schedule the send (with timezone-aware delivery). Clicking a row opens the campaign view with its batches, per-message status, and statistics, where you can also stop a running campaign.
Campaigns are stored in the project's own database β while that database is still provisioning, the page shows a warning instead of the list.
Endpoints: Get campaigns, Create campaign, Stop campaign.
Last updated