This is an archive version of the document. To get the most up-to-date information, see the current version.

Email Notification Settings

The /emailNotifications resource collection represents settings configured in Veeam Backup for Microsoft Azure to send email notifications on backup policy results and daily reports.

Collection URL

The resource collection is located at the following URL:

https://<hostname>/api/v3/settings/emailNotifications

Email Notification SettingsCollection Representation

{

 "smtpSettings": {

   "host": "smtp.gmail.com",

   "port": 25,

   "useSecureConnection": false,

   "timeOutMiliSeconds": 100000

 },

 "notificationsEnabled": true,

 "from": "mc89bor@gmail.com",

 "to": "jane.dow@gmail.com",

 "subject": "[%JobResult%] %JobName% (%VmCount% virtual machines) %Issues%",

 "dailyReportSettings": {

   "sendDailyReport": false,

   "dailyTime": "00:00:00"

 },

 "emailNotificationSettings": {

   "notifyOnSuccess": true,

   "notifyOnWarning": true,

   "notifyOnFailure": true

 }

}

In This Section