- 🇯🇵Japan ptmkenny
You need to use an Android or iOS app to generate the push notifications token and then send it to Drupal by REST or JSON:RPC or similar.
You cannot send a "push notification" to a phone number; the phone has to have an app, and the user has to give that app permission to send the push notification.
You can send an SMS (not a push notification) to a phone number, but that costs money and is not supported by this module.
There are several SMS modules for Drupal 8+, but I haven't used them so I don't know which one to recommend in your case.
Automatically closed - issue fixed for 2 weeks with no activity.