The send mail task can be used to send emails from your Zoho Creator Application. For example, you can invoke the “send mail” function from Form Actions -> on add -> on success script to send mail when a new record is successfully added to the database. Here we create Custom Email Template which is used to send the…
Category: Deluge Script
Deluge Script
It is an online scripting language integrated with Zoho Creator and Zoho CRM etc. It enables users to add logic to the application, incrementally, making it more powerful and robust. Deluge Script have mainly 4 methods. On Load – This method is used to work the deluge script before the form is get open. Deluge script…