Send an Email Alert on Topic Assignment using Flow #inSalesforce

Send an Email Alert on Topic Assignment using Flow #inSalesforce


Create a record-triggered flow, on create or update, object - Topic Assignment, action, and related records


Decision Element:

Record.Topic.Name equals PrimaryAccount (only if the record that triggered.. selected)


Action Element: Send Email:

Topic Assignment Notification - Label and subject name

Body :

Text Template Type - (rich text)

Hi {!$Record.Topic.CreatedBy.FirstName}, 

Topic "PrimaryAccount" has been assigned to https://somethingdomain-dev-ed.lightning.force.com/{!$Record.EntityId} by {!$Record.CreatedBy.FirstName}

Thank You

Email Addresses(Comma Separated):{!$Record.Topic.CreatedBy.Email}

Rich-Text-Formatted Body: True









Comments