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:
Name | Type | Description |
---|---|---|
File Contents | String | Base64 encoded file contents. |
Chatter Comment | String | Salesforce Chatter comment for the agents. |
File Name | String | Name of the file for attachment. |
Email HTML Body | String | Email HTML body. |
Subject Line | Optional String | Email subject. |
Email From | String | Custom sender email address. |
Salesforce Instance URL | Credentials | Salesforce instance URL, generated during authentication. |
Salesforce Access Token | Credentials | Salesforce access token, generated during authentication. |
Salesforce Case ID | String | Salesforce Case ID to which the email will be sent. |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | true if the email was sent successfully; false otherwise. |
Updated about 11 hours ago