Solved

API call to trigger Push Notification

  • 4 May 2023
  • 2 replies
  • 137 views

Hi Community! Is it possible trigger a call to your API from my backend to trigger a push notification?

icon

Best answer by ljho 9 May 2023, 06:06

View original

2 replies

Hello! 

Push notifications can only be sent by setting up campaigns or newsletters.

API calls/webhooks/events can then be used to trigger those newsletter and campaigns. The push notification itself would need to be built out separately, then be triggered by the API call(s).

More on API-triggered broadcasts: https://customer.io/docs/api-triggered-data-format/

Hope this helps but let us know if you've got other questions.

Cheers!

Badge

Hi @kimberly01, we recently extended our Transactional API to send push notifications.  As Amy mentioned, you can send push notifications using campaigns and broadcasts, but you can now also call the transactional API to trigger a push notification.

Reply