0% found this document useful (0 votes)
50 views1 page

Salesforce Email Limits Guide

This document summarizes the Simple Email Actions object that allows sending emails through specifying the subject, body, and recipients. It has no inputs or outputs. The daily email limit for orgs is 5,000 external emails per day, and this limit now also applies to simple email actions, flows, and the REST API. Developer orgs have a lower limit of 50 recipients per day with up to 15 per email. The REST endpoint and supported methods for simple email actions are also provided.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views1 page

Salesforce Email Limits Guide

This document summarizes the Simple Email Actions object that allows sending emails through specifying the subject, body, and recipients. It has no inputs or outputs. The daily email limit for orgs is 5,000 external emails per day, and this limit now also applies to simple email actions, flows, and the REST API. Developer orgs have a lower limit of 50 recipients per day with up to 15 per email. The REST endpoint and supported methods for simple email actions are also provided.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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