API Action Part44

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Action Objects Simple Email Actions

Inputs
Input Details
PermSetName Type
string
Description
Required. Specifies the developer name of the permission set.

PermSetNamespace Type
string
Description
Optional. Specifies the namespace of the permission set.

Outputs
None.

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.
Each licensed org can send single emails to a maximum of 5,000 external email addresses per day based on Greenwich Mean Time
(GMT). For orgs created before Spring ’19, the daily limit is enforced only for emails sent via Apex and Salesforce APIs except for the REST
API. For orgs created in Spring ’19 and later, the daily limit is also enforced for email alerts, simple email actions, Send Email actions in
flows, and REST API. If one of the newly counted emails can’t be sent because your org has reached the limit, we notify you by email
and add an entry to the debug logs. Single emails sent using the email author or composer in Salesforce don't count toward this limit.
There's no limit on sending single emails to contacts, leads, person accounts, and users in your org directly from account, contact, lead,
opportunity, case, campaign, or custom object pages. In Developer Edition orgs and orgs evaluating Salesforce during a trial period, you
can send to a maximum of 50 recipients per day, and each single email can have up to 15 recipients.

Supported REST HTTP Methods


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

40

You might also like