Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Lan Kontroller SMS (the web) api support ?
#1
LanKontroller product to the "Events Config" from the internet, SMS api support do you think?

SMS API works as in the example :
1-) http://api.netgsm.com.tr/bulkhttppost.a ... 0120202321");

2-) http://gateway.mobilus.net/gateway.asp? ... sage=$body");

example

$api_user = "wifianten";
$api_password = "****";
$api_id = "SISBILTEK";
$body = rawurlencode($body);
$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, "http://api.netgsm.com.tr/bulkhttppost.asp?usercode=$api_user&password=$api_password&gsmno=$mobile&message=$body&msgheader=$api_id&startdate=300120121721&stopdate=300120202321");

curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$res = curl_exec($ch);
curl_close($ch);

or
http://www.bulksms.com/int/docs/eapi/
<t></t>
Odpowiedz


Wiadomości w tym wątku

Skocz do:


Użytkownicy przeglądający ten wątek: 3 gości