I am trying to read the data whenever a new notes is added to a ticket.
I have tried ticket.notesClick and ticket.addNote both the events doesn't give any details about the notes that have been created.
I am trying to read the data whenever a new notes is added to a ticket.
I have tried ticket.notesClick and ticket.addNote both the events doesn't give any details about the notes that have been created.
Hello Anish,
We don't have interface APIs to get data of a recently created notes.
However, you can use product API to fetch all the conversations of the ticket.
Please refer this doc.
This is the API - /api/v2/tickets/[id]/conversations
Source attribute will be returned in the response body. The last one in the list with source '2' is the recently added note.
Thanks,
Mohana
Is that the feasible solution for this?
An application which requires internal data, should make an HTTP request to access it?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.