v1

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

Makes a test call via Twilio to verify a valid Twilio setup.

post/server/channels/twilio

Request body

accountSidstring
authTokenstring
twilioPhoneNumberstring
phoneNumberToDialstring

Example request

{
  "accountSid": "ACCOUNT_SID",
  "authToken": "AUTH_TOKEN",
  "twilioPhoneNumber": "+123456789",
  "phoneNumberToDial": "+123456789"
}

Response

OK

resultstring

Example response

{
  "result": "PING_SUCCESS"
}