Integrating Ticket Webhooks and Comment fetching | Community
Skip to main content

Integrating Ticket Webhooks and Comment fetching

  • November 11, 2025
  • 1 reply
  • 0 views

Ian17

I am developing an aplication that helps me sort and classify tickets through webhooks. Whenever a ticket is created via a chat (WhatsApp or Internal Chat) conversation, ZenDesk triggers an webhook  that sends some of the ticket information. Then, I use the GET /api/v2/tickets/{ticket_id}/comments method for retrieving the comments in the chat. The problem is that this doesn't retrieve the comments that are in the transcript - this transcript only gets associated with the ticket once it's closed and it has the most vital comments for my aplication.  How can I acces this transcript while the ticket is still open?

1 reply

Tipene
  • November 18, 2025
Hi Ian,
 
It sounds like the new Conversation Log API might be useful to you in this case. Here's a link to the announcement post which outlines the new capabilities, as well as the API reference:
 
Announcing Conversation Log API release
Conversation Log API reference
 
If you have any questions, feel free to reach out!
 
Tipene