Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Email Alert Actions
The email alert is already configured with the email's contents, recipients, and sender, so the flow only has to provide the record ID. Email alerts are entity-specific. For more information about creating email alerts, see Creating Email Alerts for Workflow, Approvals, or Milestones in Salesforce Help. Make sure to review the daily limits for emails sent from email alerts.
This object is available in API version 32.0 and later.
Supported REST HTTP Methods
URIs:
- Get a list of available email alert actions: /services/data/vXX.X/actions/custom/emailAlert
- Get information about a specific email alert action: /services/data/vXX.X/actions/custom/emailAlert/entity_name/action_name
Formats: JSON, XML
HTTP Methods: GET, HEAD, POST
Authentication: Authorization: Bearer token
Inputs
The email alert action uses the record specified by SObjectRowId to get the information it needs. For example, if a Case was specified for the action, the action could retrieve the email address and recipient's name from the Case object's SuppliedEmail and SuppliedName fields, respectively.
| Input | Type | Description |
|---|---|---|
| SObjectRowId | ID | Required. The ID of a record such as an Account. |
Outputs
None.