How to retrieve "Ticket Comment" data in Workflows to send to a 3rd-party API via Web Service? | Experience Community
Skip to main content
Question

How to retrieve "Ticket Comment" data in Workflows to send to a 3rd-party API via Web Service?

  • April 10, 2026
  • 1 reply
  • 7 views

Forum|alt.badge.img+2

Hi community,

I am currently building an integration between Qualtrics Tickets and a 3rd-party system via API.

My Setup:

  • Trigger: A Ticket event that trigerd on various events, specifically including "Comment added"

     

  • Goal: When a comment is added to a ticket, I need to capture all ticket comment and send it as a JSON object to an external API using a Web Service Task.

The Issue: Within the Code Task, i can not find the piped-text for the ticket’s comments. I have tried using API but the JSON response also do not return comment data.

My question is besides the methods mentioned above, is there any other way to retrieve ticket comment data so I can consolidate it into an object and push it to a 3rd-party system via API?

Thanks in advance!

1 reply

Forum|alt.badge.img+5
  • Level 2 ●●
  • April 10, 2026

Hi ​@NguyenPhiLong , Retrieve events of the ticket API can be used to get the comments added in a ticket.