Translations:Notification module/5/en

How to set up notifications with more complex conditions

The notification module is designed to quickly configure simple notifications. If you need more complex notification scripts, they can be programmed via rules engine. To send a message, call the function from the rule

Notify.sendEmail(to, subject, text); //sends mail to the specified recipient (to), with the specified subject and content (text)

or

Notify.sendSMS(to, text); //sends SMS to specified number (to) with specified content (text)