Where can I find the Rest API Key?You will find the REST API key Batch generated for your account from your dashboard settings.
Why do I have "Insufficient Privileges" in the REST API key field?The REST API key identifies your account. It allows you to call Batch APIs. Only managers can see it in the dashboard settings.
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.
How can I send event-based notifications?You can use the Transactional API to send push notifications to specific user/device IDs in real-time.
How can I send push notifications with PHP?Batch does not provide a library for PHP yet, but you can easily call our REST APIs to send your first push notifications.
How can I send push notifications with Javascript or Node.js?All you need to know to send your first push notifications with Javascript of Node.js.