This module enables you to send push notifications and receive information about sent notifications on your HTTPS ProcessWire website.
It enables you to:
Create a field of type FieldtypePushAlert that you can add to a page template. This is a multi-input field widget that enables you to send notifications from your page in the admin Page Edit and monitor statistics - Attempted, Delivered, Clicked, etc
Send notifications from a page template directly using the API, eg to PW users who have a specific role and have subscribed to notifications
Capture subscriptions on your website front end
All kudos to the great support team at PushAlert and to all the ProcessWire developers who've helped me with this project.
Download from the Modules directory at: https://modules.processwire.com/modules/push-alert/
or from GitHub at: https://github.com/clipmagic/PushAlert
Full instructions for use are in the module README.md file.
Enjoy!