Skip to main content

Report on Email Messages

Native email reporting capabilities within Salesforce is limited. Please follow the workaround below to run queries on emails sent from the platform.

  1. Install Salesforce Inspector [link]

  2. Go to 'Data Export'

  3. Query on EmailMessage

e.g.: select Id, ToAddress, Subject from EmailMessage WHERE CreatedDate = LAST_N_DAYS:60

Below is an example:

Did this answer your question?