Links

Send Single Assignment Email

Send an email alert to someone after assigning a record to them
Use this action after performing an assignment to send an email notification to the person that received the assignment. Construct the email subject and body using merge fields and optionally BCC specific users.We recommend using an org-wide email address. Without it, Salesforce tries to use the email address of the user that invoked the Flow. If the Flow is invoked by a system user (such as a Flow triggered by a platform event), sending will fail.

Configuration

Flow Element
Apex Properties
Name
Required
Type
Description
assignment
Yes
An Assignment generated by a previous action in the flow.
body
Yes
String
The body of the email to be sent. This may contain merge fields.
subject
Yes
String
The subject of the email. This may contain merge fields.
bcc
No
String
A comma-delimited list of email addresses to BCC.
orgWideEmailId
No
String
If specified, this will be used as the from address.

Outputs

Name
Type
Description
success
Boolean
True if the email send was sent successfully.