Hi Zoho Community,
I'm working on zoho projects and I want automation in projects tasks my point is when someone create issue in project then automatically it should create ticket into Zoho Desk. Here is my custom Fuction code below and error which I'm getting while running my code
mp = Map();
mp.put("subject","Checking");
mp.put("contactId","280276000012287061");
mp.put("description",{"Account Name : " + Account_name + "<br/>Issue Title : " + Issue_title + "<br/>Issue Description : " + description_without_div});
mp.put("departmentId","280276000000006907");
response = zoho.desk.create(669159186,"tickets",mp);
info response;