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:
Name | Type | Description |
---|---|---|
Email HTML Body | String | HTML content of the email body. |
Subject Line | Optional String | Subject line of the email. |
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 10 hours ago