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:
Name | Type | Description |
---|---|---|
Email HTML Body | String | Email HTML body. |
Subject Override (optional) | Optional String | Email subject. |
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. |
Email To | String | Recipient email address. |
Email From | String | Custom sender email address. |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | true if the email was sent successfully; false otherwise. |
Updated about 11 hours ago