Create Alert Channel (Email)

POST {{apiPath}}/environments/{{envID}}/alertChannels

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Alert Channel (Email).

Request Body

{"channelType"=>"EMAIL", "alertName"=>"Cert Expired Alert", "includeSeverities"=>["ERROR"], "includeAlertTypes"=>["CERTIFICATE_EXPIRED"], "addresses"=>["tom@example.com"]}