Send Email from record triggered Flow using Email Template with Send Email Action #inSalesforce

Send Email from record triggered Flow using Email Template with Send Email Action #inSalesforce


Scenario: When the case gets closed, send an email to the contact on the case


Create a record-triggered flow

Case object and update

criteria: Status equals closed and contactid isnull false

only when.. selected

Action and related records


GET:

getEmailTemplate:

email template object:

Criteria: DeveloperName equals [thedevelopername]


Send Email:

Send an email to contact

Email Template Id: getEmailTemplate.Id

Log email true

Recipient id: record.contactId

Related Record Id: record.id


Save the flow

Comments