The ticket ID is present in the chat API response object, but I need to fetch chat ID from the ticket API response object.
Is this possible using Zendesk APIs?
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 chat ID is not a property of the ticket object returned in the Tickets API response. However when a chat creates a ticket, it includes the chat ID within the ticket description. So it's possible to pull the chat ID from the ticket description text present in the Ticket API response.
Best,