Campaigns
Bulk push sends to a chosen audience.
Where: Push → Campaigns · /projects/<project>/push/campaigns
A campaign is a bulk send: one template delivered to a chosen audience — all users with given roles, specific users, or records from a database collection. Campaigns run in batches, and every batch and message is tracked.

What you can do here
The Push Campaigns list shows every campaign with its Recipients, Status (Pending, Registered, Scheduled, Started, Processing, Completed, Stopped, or Failed), Integration, Template, and Created On. The list refreshes itself every 15 seconds, so you can watch a running campaign move.
Filter the list by Template ID (e.g. tmpl_5Rf3EKWEKMsihdBkPAcK0), Date From, and Date To. Click a row to open the campaign details with its batches and per-message state.
The Create Campaign button opens the create page — note that page currently has an open P1 bug (see its danger hint). A running campaign can be stopped from the details view.
Use it from code
Get Push Campaigns · Create Push Campaign · Stop Push Campaign
API reference
Endpoints: Get Push Campaigns, Create Push Campaign, Stop Push Campaign, Delete Push Campaign.
Last updated