How to update the text or data to a ticket when i click submit button in zendesk App
i have a small app build using html and javascript, i want the text to get update in the ticket.( please note ticket needs to be updated not the comment box
How to update the text or data to a ticket when i click submit button in zendesk App
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.
Here's an example code snippet of one possible approach using the ticket.save hook event:
You will need to update the payload body depending on the text content you want saved as a comment on the ticket.
I hope this helps! Feel free to reach out with any questions.
Tipene