Push Me
Categories
Component ID
2672824
Component name
Push Me
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
158
Component created
Component changed
Component body
API module to set up massive bulk push messaging tasks.
The goal of this module to provide an easy way to send a notification to a big amount of mobile devices(users).
The module makes sense only when you manage mobile app users with Drupal (or at least store push tokens).
Use cases
- Schedule notification of hundred of thousands of recipients
- Create new app version (new node on site) and notify all
- Notify mobile app users about each new/updated node of some type (i.e. news)
Features
- Built-in recipients filration system (target your message by OS, screen size, app version and etc. See User device module)
- UI to schedule a messaging task or send direct message by push token or user email
- Provides Rules action to integrate task with your business logic
- Run your background tasks either via cron or via background daemon via Drush Daemon API module
Dependencies
XAutoload (To work with class in D8 style)
User device
Persistent task (in plans to remove strict dependency)

