Yes, you can include a parameter "associations=emails" and include it when retrieving the ticket via the Tickets API. For instance if I had a ticket with ID "1606885847". The request would be:
GET https://api.hubapi.com/crm/v3/objects/tickets/1606885847?associations=emails
This returns information about the ticket including an "associations" object which contains the IDs of all of the emails linked to the ticket. Example of this below:
You can then use the IDs above to retrieve additional information about the emails. This is done using the Engagements API. So taking email with ID "19317934782" the request would be:
Yes, you can include a parameter "associations=emails" and include it when retrieving the ticket via the Tickets API. For instance if I had a ticket with ID "1606885847". The request would be:
GET https://api.hubapi.com/crm/v3/objects/tickets/1606885847?associations=emails
This returns information about the ticket including an "associations" object which contains the IDs of all of the emails linked to the ticket. Example of this below:
You can then use the IDs above to retrieve additional information about the emails. This is done using the Engagements API. So taking email with ID "19317934782" the request would be: