Issue While Creating Ticket by custom function

Issue While Creating Ticket by custom function

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;


      • Sticky Posts

      • How to Add Users to your Organization in ZohoMail?

        A better clarity so you can create other users to start using Zoho Mail. You can directly Add Users from the Control Panel to your Organization. You can invite users with the existing email address. If the person (user) already uses ZohoCRM, then you can import users from Zoho CRM. You can also import them using a .csv file. (if you are planning to add them in Bulk)  In this topic, We will be discussing on how to Add and Invite users only.  The Import options are self explanatory. ____________________________________________________________________________________________________________