Pushing Notifications is the greatest way to achieve any incompleted Tasks or Target time notifying, and SLA breaches to cases and Opportunity needs for sales account managers to followup.
Through this blog post, I am explaining a simple build with a process builder to send notifications with an object.
This feature is added by salesforce in Summar 19′ release.
Before I explain the setup and building process builder, let’s understand more about Notification types in salesforce.
Salesforce Notifications keep users up to speed on important events in Salesforce and engaged with their workflow with notifications.
You can choose to send these types of notifications to Salesforce mobile app users.
In-app notification—Keep users aware of relevant activity while they’re using the Salesforce mobile app. The user taps to view the 20 most recent notifications received within the past 30 days.
If Salesforce Communities is enabled for your org, users see notifications from all the community members. To help users identify which community notification came from, the community name is listed after the time-stamp.
Push notification—An alert appears on the user’s mobile device when installed the Salesforce mobile app for Android or iOS. These alerts can consist of text, icons, and sounds, depending on the device type. If you enable push notifications for your org, users can choose whether to receive push notifications on their device.
You can send either standard notifications or custom notifications.
1. Go to Setup → Notification Builder → Custom Notifications –New
2. Enter Name& API Name and select checkbox for Desktop and mobile and Click on Save.
When you create and use custom notifications, the title and body of the custom push notification may be saved to and processed by Google, Microsoft and/or Apple. Salesforce is not responsible for the privacy and security practices of third-party systems or applications like Google Cloud Messaging or Apple Push Notification Service.
There is some restrictions applied for the Mobile notifications. This includes (but not limited to):
Create or Edit the record, and makes them to meet the defined criteria.
A notification will be sent to your desktop, and if a user is on the mobile, the user can also see it on the mobile.
For more information on Notifications ref link:
https://help.salesforce.com/articleView?id=salesforce_app_enable_push_notifications.htm&type=5
Thanks for Reading..