feat: add Telnyx sms support

This commit is contained in:
Taranto 2023-07-30 11:43:33 +01:00
parent 7307466df4
commit e8a3d2ed11
8 changed files with 409 additions and 39 deletions

View file

@ -48,6 +48,7 @@ const ALL_ACCOUNTS = [
{ code: 'mock-sms', display: 'Mock SMS', class: SMS, dev: true },
{ code: 'mock-id-verify', display: 'Mock ID verifier', class: ID_VERIFIER, dev: true },
{ code: 'twilio', display: 'Twilio', class: SMS },
{ code: 'telnyx', display: 'Telnyx', class: SMS },
{ code: 'mailgun', display: 'Mailgun', class: EMAIL },
{ code: 'none', display: 'None', class: ZERO_CONF, cryptos: ALL_CRYPTOS },
{ code: 'blockcypher', display: 'Blockcypher', class: ZERO_CONF, cryptos: [BTC] },