WARNING: JetBackup 4 is set to reach its End-of-Life (EOL) on July 1st, 2024. For More Information, please visit: JetBackup 4 EOL Announcement.
NOTICE: JetBackup 5 is now available in the Stable Tier. For more information, please visit our Jetbackup 5 Documentation.

manageSettingsNotification

Description

With this function, you can manage notification settings.

Parameters

Parameter name Type Description Possible values Example
emailserver Integer The type of mail server you eant to use.
  • Local PHP Mailer - 1
  • SMTP - 2
 
smtpfrom String   Valid email.  
smtpserver String SMTP Host    
smtpport String SMTP Port    
smtpusername String SMTP Username    
smtppassword String SMTP Password    
smtpsecure String SMTP encryption protocol.
  • None - (blank)
  • SSL - ssl
  • TLS - tls
 
emailaddress String Email addresses that notifications will be sent to.    
global Boolean Whether to receive notifications on a global issue such as faild license validations and many more.    
restore Boolean Whether to notify for each restore complete.    
backup Boolean Whether to notify for each backup that finish.    
snapshots Boolean Whether to notify for each snapshot that finish.    
clone Boolean Whether to notify for each clone that finish.    
index Boolean Whether to notify for each backups index process is finished.    
download Boolean Whether to notify for each download process that finish.    
dailycron Boolean Whether to notify me after daily cron finish (Full report is included).    
alerts Integer Notify me on alerts in the selected types.
  • Information - 32
  • Warning - 64
  • Critical - 128
 
verifyssl Boolean Whether to enable SSL verification on SMTP connection.    
timout Integer SMTP Authentication connection timeout in seconds.    

Returns

This API call returns notification setting object.
To view the parameters returned, click on Notification Setting Object

Example