{"code":"4832","message":"Problem occured while processing the request"}
I am trying to send data from form created in Zoho Creator to Create a Ticket on Zoho Desk using this code:
info input.Enter_your_Name;
info input.Phone_Number;
info input.Upload_Image;
info input.Describe_your_Problem;
response = zoho.support.create("Requests","prometheanspentatechnologiespvtltd","Promethean Spenta Technologies Pvt Ltd",{"Contact Name":input.Enter_your_Name,"Phone":input.Phone_Number,"Attachment":input.Upload_Image});
info response;
Why is it Returning an error code 4832 to me?