Quick summary
To check the email limit in Salesforce, use the Developer Workbench REST Explorer to query the limits endpoint and view your SingleEmail maximum and remaining counts. This method works for any Salesforce org and requires only your standard login credentials.
Steps
- Type and open Developer Workbench in your web browser.
- Select Log in with Salesforce and enter your credentials.
- Click Allow to grant Developer Workbench access to your org.
- Click the dropdown in the Jump To field and select REST Explorer.
- Click Select to confirm your choice.
- Select Execute to run the REST request.
- Scroll down and click limits in the response.
- Scroll down again and select SingleEmail from the list.
- View your Salesforce email maximum and remaining limits displayed on screen.
