SMS Traffic
Navixy JSON configuration for SMS Traffic
provider: smstraffic
type: transceiver
params:
{
"login": <login>, //login to SMS Traffic
"password":<password>, //password to SMS Traffic
"urls": <array of URLs>, //e.g. ["https://www.smstraffic.ru/multi.php", "https://www2.smstraffic.ru/multi.php"]
"override_originator": null //allows replacing sender's phone number, null means no override
}INSERT INTO google.sms_gates (type, provider, params, enabled, class_filter) VALUES ('transceiver', 'smstraffic', '{"login":"$LOGIN", "password":"$PASSWD","urls": ["https://www.smstraffic.ru/multi.php"]}', 1, '*');UPDATE google.dealers SET master_phone="$SMS_FROM", from_sms="$SMS_FROM" WHERE dealer_id=1;Inbound messages
Last updated
Was this helpful?