Attach Zoho Workdrive folder to Deal using Deluge
Attach Zoho Workdrive folder to Deal using Deluge
Hi
I can attach a new file to a Deal using deluge function:
file1 = invokeurl
[
url :"
https://workdrive.zoho.com/api/v1/download/xxxyyyzzz"
type :GET
connection:"zoho_workdrive"
];
upload1 = zoho.crm.attachFile("Deals",deal_id,file1);
where xxxyyyzzz is the file ID. This code works fine.
Is there a way to add Zoho Workdrive folder to attachments using Deluge?
Thanks in advance