Salesforce Send Email with FROM

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

This action allows agents to send an email related to a Salesforce Case, while specifying the email subject and a custom "From" address. It helps personalise communication by controlling the sender identity..

Inputs

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

NameTypeDescription
Email HTML BodyStringHTML content of the email body.
Subject LineOptional StringSubject line of the email.
Email FromStringCustom sender email address.
Salesforce Instance URLCredentialsSalesforce instance URL, generated during authentication.
Salesforce Access TokenCredentialsSalesforce access token, generated during authentication.
Salesforce Case IDStringSalesforce Case ID to which the email will be sent.

Outputs

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