How to get emails for a deal out of the Zendesk API? | Community
Skip to main content

How to get emails for a deal out of the Zendesk API?

  • April 15, 2024
  • 1 reply
  • 0 views

Kevin28

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? 

 

1 reply

Hi Kevin,
 
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.