function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shyamala VaradharajanShyamala Varadharajan 

Email Limits through Flow

Hi,

I know that email limits for  trigger, apex class or API is set for 5000 per day. What is the Email limits for Flows per day.Can anyone help me this.
Best Answer chosen by Shyamala Varadharajan
SwethaSwetha (Salesforce Developers) 
HI Shyamala,
Per https://help.salesforce.com/s/articleView?id=sf.allocations_email_general.htm&type=5, 

"Each licensed organization can send a single email to up to 5,000 external email addresses per day. For orgs created before Spring '19, this daily limit applies only to emails sent via Apex and Salesforce APIs (excluding REST APIs). In orgs created after Spring '19, this daily limit also applies to email alerts, simple email actions, Send Email actions in flows, and REST APIs."

Reference: https://salesforce.stackexchange.com/questions/389404/salesforce-emails-limits

Related: https://help.salesforce.com/s/articleView?id=sf.workflow_limits_email.htm&type=5

If this information helps, please mark the answer as best. Thank you

All Answers

SwethaSwetha (Salesforce Developers) 
HI Shyamala,
Per https://help.salesforce.com/s/articleView?id=sf.allocations_email_general.htm&type=5, 

"Each licensed organization can send a single email to up to 5,000 external email addresses per day. For orgs created before Spring '19, this daily limit applies only to emails sent via Apex and Salesforce APIs (excluding REST APIs). In orgs created after Spring '19, this daily limit also applies to email alerts, simple email actions, Send Email actions in flows, and REST APIs."

Reference: https://salesforce.stackexchange.com/questions/389404/salesforce-emails-limits

Related: https://help.salesforce.com/s/articleView?id=sf.workflow_limits_email.htm&type=5

If this information helps, please mark the answer as best. Thank you
This was selected as the best answer
sfdcnov19 Hourssfdcnov19 Hours

Apex(Single Email):5000/Day
Flows:200000/Day
by using flows you cant add the attachment using Email Action

You can check limts by using workbenck

 

1. Ensure you are logged into the organization where you want to verify your limits.
2. Navigate to: https://workbench.developerforce.com/login.php
3. Accept any oauth prompts to complete authentication
4. On the 'Jump to' picklist select REST Explorer.
5. Click Select.
6. Enter in the following, replacing "XX" with the current API version: /services/data/vXX.0/limits
7. Click Execute.
8. Select the SingleEmail area to view the daily maximum and remaining calls.

And Check DailyWorkflowEmails