x = invokeurl
[
	url: "https://creator.zoho.com/api/v2/rebizllc/reward-and-recognition/report/All_Nomination_Forms/" + input.ID + "/Supporting_Documents/download"
	type :GET
	connection:"creator"
];
info x;



sendmail
[
	from :"ERP Communications<support@erphub.com>"
	to :"usman@erphub.biz"
	subject :"Test"
	message :"tetst"
	Attachments :file:x
]