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.
- 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.