How To Use the Push API To Send Notifications to Users Without a Custom Segment?

Problem

Unable to send notifications to a specific group of users based on their unique IDs through the Push API. It requires creating a custom segment before sending notifications, leading to inefficiency when trying to target users directly.

Solution

  • To send push notifications to a specific group of users based on their unique IDs using the Push API, use the single user Push API. 
  • Trigger the API with the same signature or ID, but modify the user ID for each individual user.
  • This ensures that the desired set of users receives the push notifications.

info

Information

  • To send notifications to a specific group of users using segments, you can make multiple API calls, modifying the unique ID each time accordingly.
  • This allows you to target and send notifications to specific users within the segment.

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?