Send Test Alert > Channels
Makes a test call via Twilio to verify a valid Twilio setup.
post/server/channels/twilio
Request body
Example request
{
"accountSid": "ACCOUNT_SID",
"authToken": "AUTH_TOKEN",
"twilioPhoneNumber": "+123456789",
"phoneNumberToDial": "+123456789"
}Response
OK
Example response
{
"result": "PING_SUCCESS"
}