I've got a Deluge function in the Zoho CRM triggered by workflow with this code, trying to delete a record containing a product code.
The payload looks like this.
- {"criteria":"(Course_Code==\"SKU TEST01\")"}
I keep getting this error...
- {"code":1060,"description":"Invalid request parameter found - criteria"}
I've been closely following the documentation and don't understand why this is giving me an error. How can I solve this?
Thanks