I need to determine what object an particular email is stored in Salesforce. I pulled the Task Id from the URL, but cannot find it in the Task object (using Workbench). I've searched by Activity Id and by time range in the Email Message object, but cannot find it there either. Where is it stored? What other locations in Salesforce can an email be stored?
3 answers
I figured it out - they were in the task object, but are archived after 365 days. So now on to figuring out how to get records to return in a flow when they've been archived.