Deluge is a scripting language specifically designed for the Zoho ecosystem. It stands for Data Enriched Language for the Universal Grid Environment and is tailored to help users automate tasks and customize applications across Zoho's suite of products. Read more about Deluge.
To add a custom script for Trigger Email:
Navigate to Builder > Hub > Triggers and click the CREATE Trigger Emails
Click the ADD CONDITON button at the top-right corner.
Click If and select Deluge script Snippet.
Add the custom script required to run the required logic. You can also test run the code to ensure the logic works.
Add your sender email address and other necessary fields to the email settings for triggering the email when the custom script condition returns True.
To add a custom script for Survey End page logic:
Navigate to Builder > Settings > Survey End page and click Add Logic.
Click If and select Deluge script Snippet from the dropdown.
Add the custom script required to run the end page logic. You can also test run the code to ensure the logic works.
In the Default Flow, select the page to redirect to when the custom script logic works.
Click SAVE at the bottom of the page to confirm the changes.
The Deluge custom script can be used for piping in the Survey End page and Survey Disqualification page
In the Survey End page, the Deluge script can be used for piping in two places, namely in the custom message and in the redirect to a new page.
To add a custom script for a custom message in the Survey End page:
Go to Builder>Settings>Survey End Page, and click on Add Logic.
Click If, scroll down, and select DelugeScript Snippet.
Add the custom script required for piping and test run the code to ensure it works.
Choose the desired action when the piping works under the then section.
Click SAVE.
To add a custom script to Re-direct to a New Page in the Survey End Page, follow the steps below:
Go to Builder>Settings>Survey End Page, and scroll down to the Default end page section. Then choose the Redirect to a new page option.
Then click on the Insert Variable icon, scroll down, and select Deluge Script snippet.
Add the custom script required for piping and test run the code to ensure it works. If it works, click SAVE.
Add the piping parameter to the URL to which the survey should redirect, and click SAVE.
In the Survey Disqualification page, the Deluge script can be used for piping in two places, namely in the custom message and in redirect to a new page.
To add a custom script for a Custom Message in the Survey Disqualification Page, follow the steps below:
Navigate to Builder > Settings > Survey Disqualification page, and choose the Custom Message option.
Click Insert Variable, scroll down, and choose Deluge Script Snippet.
Add the custom script required for piping in the window that opens and test run the code to ensure it works.
Click SAVE.
To add a custom script to Re-direct to a New Page in the Survey Disqualification Page, follow the steps below:
Navigate to Builder > Settings > Survey Disqualification page, and select the Redirect to a new page option.
Click the Insert Variable icon, scroll down, and select Delugescript Snippet.
In the window that opens, add the custom script required for piping and test run the code to ensure it works. If it works, click SAVE.
Add the piping parameter to the URL to which the survey should redirect, then click SAVE.
The following keywords are restricted to be saved in Deluge :
sendmail | posttochat | zoho | integration |
if(application.get('survey').get('question').get('C').get('response') == 'Single' )
{
return true;
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.