Salesforce Send Email with Attachment and FROM

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

This action allows agents to send an email with a file attachment related to a Salesforce Case, while specifying both the subject and a custom "From" address. It also posts a Chatter comment for internal visibility.

Inputs

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

NameTypeDescription
File ContentsStringBase64 encoded file contents.
Chatter CommentStringSalesforce Chatter comment for the agents.
File NameStringName of the file for attachment.
Email HTML BodyStringEmail HTML body.
Subject LineOptional StringEmail subject.
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.