messaging
| Function | Description |
|---|---|
| send | Sends an email using a predefined template. |
| sendEmail | Sends a message (sms/email) containing the server generated OTP and returns the requestId to be used by other methods. |
| sendNoEx | Sends an email using a predefined template. In case of errors (email address or SMTP), does not raise an exception, it continues the workflow execution. |
| sendMobileNotifications | Sends a notification to subscribed user devices using the Azure Notifications Hub push engine. |
| sendSMS | Sends an SMS message. |