Upload image on item in zoho inventory

PHOTO EMBED

Sun Oct 06 2024 19:48:57 GMT+0000 (Coordinated Universal Time)

Saved by @RehmatAli2024 #deluge

image_file = invokeurl
[
  url: link1
  type: GET
];
info image_file;
image_file.setParamName("image");
response = invokeurl
[
  url : "https://inventory.zoho.com/api/v1/items/" + id + "/image?organization_id=" + organizationID
  type: POST
  files:image_file
  connection:"zohoinventory"
];
info response;
content_copyCOPY