Send Zoho Creator Template by Email or sendemail

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

  1. sendmail
  2.     [
  3.     from: zoho.adminuserid
  4.     to: "zohodeveloper@yopmail.com"
  5.     subject: "Test Template"
  6.     message: "Test Template"
  7. attachments:template:"Template Link" as PDF  
  8.     ]
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
  1. recordid = Employee_Details[ID == 4227213000000960009].ID;
  2. sendmail
  3.     [
  4.     from: zoho.adminuserid
  5.     to: "zohodeveloper@yopmail.com"
  6.     subject: "Test Template"
  7.     message: "Test Templte"
  8. attachments:template:Sample_Template: Employee_Details recordid as PDF  
  9.     ]

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