Building an integration. What does the ticket.created webhook actually send in its payload?
The ticket.created payload includes: ticketId, subject, status, priority, requesterId, assigneeId, createdAt, and a tags array. The assignee email is not included; resolve it from assigneeId via the Users API.
I think it sends ticketId, status, and the assignee email. Pretty sure that's it.
Same setup here. In our case it came down to journey mapping being too broad.
Spent a week on this. The fix was tying the in-app survey to the account owner field.