I'm attempting to get emails associated for a specific deal out of the Zendesk Sell CRM via the API. I do NOT see any “emails” endpoint in Core API documentation. I am able to get deal and contact notes but I want to pull all emails associated to a specific deal? Is this possible?
The email addresses are a property of the contact. So, you can use the referenced contact ID to retrieve the contact and get their email.