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

Email Notifications

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

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/settings/emailNotifications

Email NotificationsCollection Representation

{

 "enabled": true,

 "server": "smtp.company.mail",

 "port": 25,

 "useSsl": true,

 "timeout": 100000,

 "useCredentials": true,

 "credentialsId": "fc356ff9-873a-416c-8739-cd823f6cf7a5",

 "from": "aws.admin@company.mail",

 "to": "sara.baker@company.mail",

 "subject": "AWS Notification",

 "onSuccess": true,

 "onWarning": true,

 "onFailure": true,

 "enableScheduledNotification": true,

 "notifyTime": "2020-06-06T09:00:00"

}

In This Section