How to connect Batch to my CMS?

Connecting Batch to a CMS to send push notifications is straightforward. You can use our Campaigns API.

You can connect your CMS to Batch to send push notifications using the Campaigns API. It gives you the same level of features as the Batch dashboard:

  • Targeting: Basic, native and custom attributes targeting

  • Scheduling: Scheduled and recurring push automations

  • Messaging: A/B testing, deeplink, custom payload, rich push notifications, etc.

Here is what a basic Campaigns API + CMS setup looks like:

With the Campaigns API, you can:

  • POST - Create, update, or delete an existing push campaign. If the POST to the API endpoint is successful, you will receive an HTTP 201 confirmation with an orchestration ID. Each time you send a push notification, Batch receives feedback from APNS/FCM and cleans the invalid tokens for you.

  • GET - Coming soon!

Last updated

Was this helpful?