All Collections
Getting Started
Using Batch APIs
How can I connect Batch to my CMS?
How can I connect Batch to my CMS?

Connecting Batch to a CMS to send push notifications or schedule In-App campaigns is straightforward. You can use our Campaigns API.

Baptiste avatar
Written by Baptiste
Updated over a week ago

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

  • Targeting: Basic, native and custom attributes targeting.

  • Scheduling: Scheduled and recurring push campaigns.

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

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

With the Push Campaigns API, you can:

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

  • GET - Get the list of the push campaigns you have scheduled in the past

  • GET - Retrieve the properties of a specific push campaign.

  • GET - Track the results of a campaign using a campaign token (collected beforehand or when you retrieved the list of push campaigns).

You can do the exact same thing to create In-App Campaigns, using the In-App Campaigns API.

🚧 Important note: Batch manages iOS, Android and web push integrations apps separately. You will need to call our APIs twice if your app has an iOS and an Android version.


This article belongs to Batch's FAQ. Need more help? Find insightful articles, documentation, case & market studies, guides, and even more in our website's Resources section on batch.com and our blog.

Did this answer your question?