v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Send Test Alert > Channels

Sends a test email to verify a valid email server/setup.

post/server/channels/email

Request body

smtpstring
portinteger
fromstring
tostring
usernamestring
passwordstring

Example request

{
  "smtp": "test.test.com",
  "port": 123,
  "from": "test@email.com",
  "to": "test@email.com",
  "username": "USERNAME",
  "password": "PASSWORD"
}

Response

OK

resultstring

Example response

{
  "result": "PING_SUCCESS"
}