Getting Push Notifications

A- A+

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.

Pusher Account creation

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

Click on Create New App

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

Pop-up window

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.

App Keys

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

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.

Pusher Notification

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

Pusher notification GIF

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.