Send Test Alert > Channels
Sends a test email to verify a valid email server/setup.
post/server/channels/email
Request body
Example request
{
"smtp": "test.test.com",
"port": 123,
"from": "test@email.com",
"to": "test@email.com",
"username": "USERNAME",
"password": "PASSWORD"
}Response
OK
Example response
{
"result": "PING_SUCCESS"
}