I'm looking for a simple way to retrieve the message-id from 40 tickets. It looks like this is not included in any of the API endpoints I have checked. I really do not want to have to open up each ticket, open the original version, switch to source, hunt through it, and copy this out manually by hand. Is there any other alternative ways to get at this data?
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
The API endpoint that returns the Message-ID is the Ticket Audits endpoint and you can check that here:
https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_audits/#list-audits-for-a-ticket
It will show you the message-id for the incoming emails.
Hope this helps!
Dion