I have decided to write Technical Blogging to make me busy during Lockdown!!
Follow me on :
Implement Custom Notification Actions Apex code API
Custom Notification is very important to send alerts on desktop and/or mobile & keep your users in the know when important. Sometimes it is necessary to use custom Apex code instead using Process Builder or Flow.
Here I tried to write code with schedular to run autonomously as cron job by Apex Schedular Class.
This Example will show how to trigger Alert to an Opportunity owner in day to Opportunity Closing date , or this class can be reused for any objects with custom message with minimum required re coding .
#Apex, #API, #CustomNotification, #CustomNotificationActions, #RESTAPI, #RESTHTTP, #Salesforce
Implement Salesforce Custom Notification Actions using Apex code Rest API