Getting Push Notifications
With the WordPress Project Manager pusher module, you can now get a notification as soon as you are assigned to any task.
Requirements
To enable pusher notification you need,
- WP Project Manager
- App ID, key ID, secret key-ID, cluster ID from your pusher account
- Pusher module
Creating Account in Pusher
Sign up with your email ID and password at pusher.com. This account is required only for the admin.

Now, click on Create New App on your pusher account dashboard.

You will get a pop-up window. There you have to type your App name then hit Create my app.

Go to App Keys, where you will find the app id, key id, secret key id, and cluster id. You will use that to integrate with the WP Project Manager.

Copy the app id, key id, secret key id, and cluster id.

Configuration
To activate the pusher settings go to WP Project Manager→Settings→Pusher. There paste the app id, key id, secret key id, and cluster id you copied from your pusher account.

Now create a task, assign the user. After creating that task, the user will get a notification.

Note: User will get a pusher notification when,
- Adding a new task and assigning a user
- Setting due date
- Change the description of the task
- Adding a comment
- Editing the task
- Marking task as complete
User will not get a notification when,
- Task is deleted
- The task is made private
- Task moved
- Setting recurrence
- Setting label
- Adding a subtask and assigning a user.
That's it for Pusher Notification. Enjoy the feature.