I would like to report a bug/
I have integration with third party system and established webhooks with this system.
When I update ticket in zendesk the request is sent, but It doesn't escape quote characters properly and this results in sending invalid json that cannot be parsed in third party system.
For example when I update ticket of name Ticket "23" test
I receive in body such invalid json for event data {"title": Ticket "23"", ..other properties}
And I should receive {"title": Ticket \"23\"", ..other properties} which could be parsed.
Will you fix this issue?


I've tried again with the exact payload you've provided and I'm still not able to reproduce the issue. Can you send me the invocation ID of the last few webhook request so I can search our logs for more details. You can read more about how to find the invocation ID here.