Download zoho sign document and upload in crm attachment section

PHOTO EMBED

Wed Oct 29 2025 14:32:00 GMT+0000 (Coordinated Universal Time)

Saved by @usman13

void Attach_Zoho_Sign_File_in_LEOS_Connect(int Request_ID, int Record_ID)
{
File = zoho.sign.downloadDocument(Request_ID);
info File;
Attach_File = zoho.crm.attachFile("Leos_Connect",Record_ID,File);
info Attach_File;
}
content_copyCOPY