Get notified when a record is added

You can be notified in more than one way whenever a record is added in a form created in Zoho Creator. If you know what is RSS, then go ahead and grab the feed for any view created in Zoho Creator. Or if you want to be notified through email, Go to "Edit Script" of a form and then just add "on success" code snippet for the form.

on success

{

sendmail

[
 

To : "you@yoursite.com"
 

From : "me@mysite.com"
 

Subject : "One Record added"
 

Message : "My Message"
 
]

}

You can also use the values submitted in the email through variables and keywords. You can also learn more about sending an email through deluge in our help documents.

Comments

Leave a Reply

Your email address will not be published.

The comment language code.
By submitting this form, you agree to the processing of personal data according to our Privacy Policy.

Related Posts