Added Telnyx SMS provider support. #3306

This commit is contained in:
Ylian Saint-Hilaire
2021-11-27 11:06:56 -08:00
parent 51744bb277
commit 52cee41535
4 changed files with 40 additions and 0 deletions

View File

@@ -942,6 +942,15 @@
"from": { "type": "string" }
},
"required": [ "provider", "id", "token", "from" ]
},
{
"type": "object",
"properties": {
"provider": { "type": "string", "enum": [ "telnyx" ] },
"apikey": { "type": "string" },
"from": { "type": "string" }
},
"required": [ "provider", "apikey", "from" ]
}
]
}