Hello!
I am using the webhooks to get comments from my users, but a new one started using it and my webhooks are not working for them.
After some time, I noticed that, unlike the other users, they use the native zendesk chat, and the source id from this chat is 75, aka native_messaging.
All messages from this source return me something like this: "Conversa com 'User' \\n\\nURL: None\". Is there any field i could add to the webhook to get the actual message? I have tried using "ticket.latest_comment", "ticket.latest_comment_formatted", "ticket.latest_comment_rich" and even "ticket.comments" and all of them return me only the previous string.
Messaging comments are not available via the Ticket Comments endpoint, unfortunately. An alternative option would be to use the Ticket Audits endpoint, where you will find records of comments made via messaging as well as other channels. Here's a link to the documentation which goes in to more detail:
Ticket Audits API docs
Which API can I use for messaging?
Feel free to reach out with any questions!
Tipene