Send Attachment From Zoho Recruit to Email
Hello Zoho Developer
There are other tips and tricks, if you are looking for a deluge script to send the Zoho Recruit Attachment in email, please have a look
Deluge Code:-
- GetAttachment = invokeurl
- [
- url: "https://recruit.zoho.com/recruit/v2/Candidates/"+candidateid+"/Attachments"
- type: GET
- connection: "zohocreator"
- ];
- attachmentid = "666631000001018008";
- downloadattachment = invokeurl
- [
- url: "https://recruit.zoho.com/recruit/v2/Candidates/"+candidateid+"/Attachments/"+attachmentid
- type: GET
- connection: "zohocreator"
- ];
- downloadattachment.setParamName("file");
- sendmail
- [
- from: zoho.adminuserid
- to: "zohodeveloper456@yopmail.com"
- subject: "Candidate Response"
- message: GetAttachment
- attachments:file: downloadattachment
- ]
- info GetAttachment;
If you facing any issue in this please let me know by the comment.
Thanks & Regards
Piyush Goyal
Zoho Developer || 3+ years Experience
+91- 8619164837