Salesforce Send Email with TO and FROM Email Addresses

Sends an email from a custom sender address to a specified recipient using Salesforce and the DG Flow Package.

This action allows agents to send an outbound email through Salesforce with full control over both the "From" and "To" email addresses. Useful for sending personalised messages outside of a Case context..

Inputs

In order to use this action in your flow, you need to provide the following inputs:

NameTypeDescription
Email HTML BodyStringEmail HTML body.
Subject Override (optional)Optional StringEmail subject.
Salesforce Instance URLCredentialsSalesforce instance URL, generated during authentication.
Salesforce Access TokenCredentialsSalesforce access token, generated during authentication.
Salesforce Case IDStringSalesforce Case ID.
Email ToStringRecipient email address.
Email FromStringCustom sender email address.

Outputs

NameTypeDescription
SuccessBooleantrue if the email was sent successfully; false otherwise.