If your app uses private or direct messaging and you want to display a push notification alerting a user that a message was sent to them you may want to consider using one of the above technologies. OneSignal is best used for marketing or Transactional Messages from your company to user.That being said, it is possible to setup User-to-User Push Notifications through OneSignal following these steps.
After users are matched between your database and OneSignal, you can send a message with our API Create notification method using the include_aliases: { "external_id": [...] } or other alias.
Assistant
Responses are generated using AI and may contain mistakes.