Twilio
Configure the Twilio SMS gateway in Navixy on-premise for global connectivity. Add credentials using the SQL configuration example for the sms_gates table.
Navixy JSON configuration for Twilio
field params:
{
"account_sid": "ACCOUNT_SID",
"auth_token": "AUTH_TOKEN",
"enable_status_callback": false
}
type: transceiver
provider: twilio field params:
{
"account_sid": "ACCOUNT_SID",
"api_sid": "API_SID",
"api_secret": "API_SECRET",
"enable_status_callback": false
}
type: transceiver
provider: twilioSQL queries to execute
Sender phone number
Incoming messages
Known issues with Twilio
Last updated
Was this helpful?