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
|