Nimble Action: Send Emails
Overview
The Send Emails Nimble Action is specifically tailored for associations to seamlessly generate and send emails through a Flow and uses the configured email service (ex: Sendgrid). Nimble Actions are Nimble AMS specific Salesforce Apex Actions, designed with App builders in mind, to configure the association’s org and automate the process of sending emails.
Associations often seek mechanisms that enable them to incorporate email communications without friction, and Nimble AMS is introducing this action to serve this exact purpose.
Input
Input | Type | Description |
---|---|---|
Activity Assignee Ids | Text | Comma separated Ids of records that activities should be created for. |
Activity Related Record Id | Text | An optional Id of the record to use for the What field on the activity record. |
Bcc Addresses | Text | Comma separated list of additional recipients to BCC. |
Body (HTML) | Text | The HTML content of the email. Required if Text is not set. Cannot be set if using a template. |
Body (Text) | Text | The text content of the email. Required if Html is not set. Cannot be set if using a template. |
Cc Addresses | Text | Comma separated list of additional recipients to CC. |
Contact Id | Text | Id of the contact record that will receive the email. Required if using an email template or if To Addresses is not set. |
From Address | Text | Email address the message is sent from. |
From Name | Text | Name of the person sending the email. |
Org Wide Email Address Id | Text | The organization-wide email address ID. |
Reply To Address | Text | The email address to be replied to. |
Save As Activity | Boolean | Determines whether the email should be saved as an activity. If set, Activity Who Ids must be set. |
Subject | Text | The subject line of the email. Cannot be set if using a template. |
Template Id | Text | Id of an email template to merge. If set, Contact Id must be set and Subject, Text, and Html must not be used. Alternatively, the Template Id can be specified. |
Template Related Record Id | Text | When using an email template, this record is used to populate additional merge fields. |
Template Unique Name | Text | Developer name of an email template to merge. If set, Contact Id must be set and Subject, Text, and Html must not be used. Alternatively, the Template Id can be specified. |
To Addresses | Text | Comma separated list of additional recipients. Required if Contact Id is not set. |
Use Default Org Wide Email Address | Boolean | Determine whether to use the default org-wide email address specified on the Configure page. Ignored if Org Wide Email Address Id is set. |
Output
Input | Type | Description |
---|---|---|
Asyc Apex Job Id | Text | ID of the Apex job that sends the email. |