integarting attachments from crm to creator
integarting attachments from crm to creator
when i tried to integrate pdf attachments from crm to creator via deluge i am getting this error
{"code":2945,"description":"UPLOAD_RULE_NOT_CONFIGURED"}
the code i used is
attachments = zoho.crm.getRelatedRecords("Attachments","Sales_Orders",203489100020279XXX8);
filename = attachments.getjson("File_Name");
response = invokeurl
[
url :"https://www.zohoapis.com/creator/v2.1/data/ctsoffshoreandmarineltd/sales/report/Sales_order_Report/XXX1068000001755011/Attachments/upload"
type :POST
files:filename
connection:"test"
];
info response;