Newer Version Available

This content describes an older version of this product. View Latest

Simple Email Actions

Send an email where you specify the subject, body, and recipients.

This object is available in API version 32.0 and later.

Supported REST HTTP Methods

URI
Get a list of available simple email actions:
/vXX.X/actions/standard/emailSimple
Formats
JSON, XML
HTTP Methods
GET, HEAD, POST
Authentication
Authorization: Bearer token

Inputs

Input Details
emailAddresses
Type
string
Description
Required if emailAddressArray isn’t used. The email recipients specified as a comma-separated list. The number of email recipients must be five or less. If emailAddressArray is also used, the combined number of recipients must be five or less.
emailAddressesArray
Type
string
Description
Required if emailAddress isn’t used. Up to five email recipients, specified as a collection of strings. If emailAddress is also used, the combined number of recipients must be five or less.
emailBody
Type
textarea
Description
Required. The body of the email in plain text.
emailSubject
Type
string
Description
Required. The email's subject.
senderAddress
Type
string
Description
Optional. The organization-wide email address to be used as the sender. Required only if senderType is set to OrgWideEmailAddress.
senderType
Type
string
Description
Optional. Email address used as the email’s From and Reply-To addresses. Valid values are:
  • CurrentUser—Email address of the user running the flow. This is the default setting.
  • DefaultWorkflowUser—Email address of the default workflow user.
  • OrgWideEmailAddress—The organization-wide email address that is specified in senderAddress.

Outputs

None.