Create a record-triggered flow to send custom notification #inSalesforce
On Opportunity Update, Stage ischanged True, Actions and Related Records
Create new resource: variable,recipientIds,text, Allow multiple
Create a text template:
body:
Record.Id Oppty Status was changed to Record.Stage
GET:
Get Custom Notification Type
Object: Custom Notification Type
DeveloperName equals Sample
Assignment:
Add Owner to recipientIds
recipientIds Add Record.OwnerId
Action:
ID: Get Custom Notification Type.Id
Body: body
Title; As per need like Sample
Recipient Ids: recipientIds
target Id: record.Id - This is the record Id of the account. If the user clicks on the notification, it will take to the account page.
Visual: https://www.youtube.com/watch?v=B8l7NdEfVM4
Comments
Post a Comment