Delete ticket
Delete ticket
Hey,
I am trying to replicate this:
https://help.zoho.com/portal/en/community/topic/automation-4-auto-delete-tickets-based-on-rules
jsonString = {"ticketIds":{ticketID}};
deleteTicket = invokeurl
[
url :"
https://desk.zoho.com/api/v1/tickets/moveToTrash
"
type :POST
parameters:jsonString.toString()
connection: "zohodesk"
];
I get stuck however with an error message when I try to run it:
Error due to - 'Connection zohodesk does not exist' Line Number : 7