Sms Mass Text Api

[Solved] Sms Mass Text Api | Php Frameworks Codeigniter - Code Explorer | yomemimo.com
Question : sms mass text api

Answered by : yawning-yak-wcaw6yjgpba7

{ "type":"text", "auth": {"username":"testuser", "password":"testpassword"}, "sender":"BulkTest", "receiver":"4179123456", "dcs":"GSM", "text":"This is test message", "dlrMask":19, "dlrUrl":"http://my-server.com/dlrjson.php"
}

Source : https://developers.horisen.com/en/sms-http-api | Last Update : Fri, 26 Aug 22

Question : sms mass text api

Answered by : yawning-yak-wcaw6yjgpba7

CONTENT='{ "type":"text", "auth": {"username":"testuser", "password":"testpassword"}, "sender":"BulkTest", "receiver":"41787078880", "dcs":"GSM", "text":"This is test message", "dlrMask":19, "dlrUrl":"http://my-server.com/dlrjson.php"
}'
curl -L "https://sms.horisen.info:12021/bulk/sendsms" -XPOST -d "$CONTENT"

Source : https://developers.horisen.com/en/sms-http-api | Last Update : Fri, 26 Aug 22

Answers related to sms mass text api

Code Explorer Popular Question For Php Frameworks Codeigniter