Send Zoho Creator Template by Email or sendemail
Hello All
Question:- How we can send the Zoho creator email template using the send email by the workflow or using the Function?
by the Workflow
- sendmail
- [
- from: zoho.adminuserid
- to: "zohodeveloper@yopmail.com"
- subject: "Test Template"
- message: "Test Template"
- attachments:template:"Template Link" as PDF
- ]
When we set this as workflow, a record id is not required.
by the Custom Function:-
Sample_Template = Template Link
Employee_Details = form Name
recordid = record Id of a record
- recordid = Employee_Details[ID == 4227213000000960009].ID;
- sendmail
- [
- from: zoho.adminuserid
- to: "zohodeveloper@yopmail.com"
- subject: "Test Template"
- message: "Test Templte"
- attachments:template:Sample_Template: Employee_Details recordid as PDF
- ]
If you facing any issues please drop the comment and if you have any other queries also drop them.
Thanks & Regards
Piyush Goyal
Zoho Developer || 3+ years Experience
+91-8619164837