Webhook Delete and Merge Not Working
I understand that Zoho has moved to a 'Ticket_Update' event for standard ticket deletions and we have been able to change our processes to handle those events. However when a ticket is merged I have been informed that I should receive a 'Ticket_Delete' event for that ticket, but my cache of the hooks I have received shows absolutely no Ticket_Delete events. Even if I permanently delete a ticket from the recycle bin manually I am not seeing any Ticket_Delete hooks come through.
My hook subscription is as follows:
- [
- {
- "id" : $removed,
- "subscriptions" : {
- "Ticket_Thread_Add" : {
- "departmentIds" : [
- $removed
- ]
- },
- "Contact_Add" : null,
- "Ticket_Update" : {
- "departmentIds" : [
- $removed
- ],
- "includePrevState" : false
- },
- "Ticket_Add" : {
- "departmentIds" : [
- $removed
- ]
- },
- "Ticket_Delete" : null,
- "Ticket_Comment_Add" : {
- "departmentIds" : [
- $removed
- ]
- },
- "Contact_Update" : {
- "includePrevState" : false
- },
- "Account_Add" : null,
- "Account_Update" : {
- "includePrevState" : false
- }
- },
- "url" : $removed,
- "ignoreSourceId" : null,
- "createdTime" : "2019-01-27T07:54:15.530Z",
- "modifiedTime" : "2019-01-27T07:54:15.530Z",
- "createdBy" : $removed,
- "isEnabled" : true
- }
- ]