/sendReply API Endpoint -> Internal Server Error
Hello there,
I would like to send an email reply via deluge, but I get an unspecific error message all the time:
{"errorCode":"INTERNAL_SERVER_ERROR","message":"An internal server error occurred while performing this operation."}
Sample code snippet:
- params = Map();
- params.put("content", "TEST");
- params.put("contentType", "html");
- sendReply = invokeurl
- [
- url :"https://support.zoho.eu/api/v1/tickets/" + ticketId + "/sendReply"
- type :POST
- parameters: params.toString()
- connection: "conection_name"
];
I would be very happy about any help!
Regards,
Sven