Enable email notifications

Prev Next

Enables email notifications from Helix Enterprise.

API URL

GET https://<host>/wsapis/v2.0.0/devicemgmt/notification/email/enabled

SET https://<host>/wsapis/v2.0.0/devicemgmt/notification/email/enabled -d <payload>

Payload

JSON containing enabled flag.

Example: {"enabled:"true"}

Sample curl requests

curl -skH "$Token" "SET https://10.128.43.157/wsapis/v2.0.0/devicemgmt/notification/email/enabled"

curl -skH "$Token" "SET https://10.128.43.157/wsapis/v2.0.0/devicemgmt/notification/email/enabled" -d '{"enabled": true}'

Availability

This command is available on the following appliances:

  • Network Security

  • Email Security — Server

  • File Protect

  • Malware Analysis

Authentication

Standard WSAPI authentication

Response mime type

application/json