// path = "https://forms.zoho.com/api/form/OnboardingForm/formperma/RcHkbHGBh8_5yjVX6sSfhb2OfIHid-3SyJAZVPOuZns/resthookdownload?filepath=/OnboardingForm/FileUpload11/1715686347747_Legal_Rep_Rep1_first_Proof_of_address.png";
passport_files = rep.get("FileUpload10");
for each file in passport_files
{
path = file.get("path");
getFile = invokeurl
[
url :path
type :GET
connection:"zoho_form"
];
info "Getting file = " + getFile;
getFile.setParamName("file");
attach_file = invokeurl
[
url :"https://www.zohoapis.com/crm/v3/Contacts/" + contact_id + "/Attachments"
type :POST
files:getFile
connection:"zoho_crm"
];
info "Attaching files = " + attach_file;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter