How to Configure Getting Push Notifications in WP Project Manager
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 an 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](https://cdn.wedevs.com/uploads/2019/10/Screenshot_1-2-1024x513.png)
Now, click on Create New App on your pusher account dashboard.
![Click on Create New App](https://cdn.wedevs.com/uploads/2019/10/Screenshot_2-1-1024x457.png)
You will get a pop-up window. There you have to type your App name and then hit Create my app.
![Pop-up window](https://cdn.wedevs.com/uploads/2019/11/Screenshot_3.png)
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](https://cdn.wedevs.com/uploads/2019/10/Screenshot_4-1024x336.png)
Copy the app ID, key ID, secret key ID, and cluster ID.
![Copy the app id, key id, secret key id, and cluster id.](https://cdn.wedevs.com/uploads/2019/10/Screenshot_5-1024x474.png)
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](https://cdn.wedevs.com/uploads/2019/11/Screenshot_9.png)
Now, create a task and assign the user. After creating that task, the user will get a notification.
![Pusher notification GIF](https://cdn.wedevs.com/uploads/2019/11/Notification-GIF.gif)
Note: The 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 the task as complete
The 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.