Parse is being shut down and this module will soon go away. Thank you for your support.

The purpose of this module is to enable push notifications to mobile devices via the Parse service. It is intended to be configurable with a set of its own rules (not part of the Rules module) so that notifications can be sent based on actions and roles.

Use cases:

  • Notification is sent by users of a certain role when a new node is created of a specified type.
  • Notification is sent by users of a certain role when an existing node is updated.
  • Notification is sent by users of a certain role when new comments are added.
  • Notifications that can be sent to specific geographical regions.
  • Notifications that can be sent on a scheduled time or instantly.
  • Light-weight Drush command to check scheduled notifications independently of Drush (for minute by minute checks).
  • To use this module, you will need the API credentials for your application which can be retrieved from the Parse.com web site. Once these have been provided, you can configure one or more rules to be checked when nodes are inserted, changed or comments added.

Notification messages can be tokenized to contain dynamic information about the node, comment, or user being referenced in the notification but can be no longer than 250 characters.

There are no Drupal dependencies for this module.

Does require you have an account with Parse.

Please review the documentation wiki for more information and documentation.

Development of this module is supported by MasterChannel.

Comes bundled with the third party Parse API library (with permission of the author) which works under PHP 5.3.

Project information

Releases