$url = "https://gatewayapi.com/rest/mtsms"; $api_token = "THIS_API-TOKEN"; //Set SMS recipients and content $recipients = [4512345678, 4587654321]; json = [ 'sender' => 'ExampleSMS', 'message' => 'Hello world', 'recipients' => [], ]; foreach ($recipients as $msisdn) { $json['recipients'][] = ['msisdn' => $msisdn]; } //Make and execute the http request //Using the built-in 'curl' library $ch = curl_init(); curl_setopt($ch,CURLOPT_URL, $url); curl_setopt($ch,CURLOPT_HTTPHEADER, array("Content-Type: application/json"))); curl_setopt($ch,CURLOPT_USERPWD, $api_token.":"); curl_setopt($ch,CURLOPT_POSTFIELDS, json_encode($json)); curl_setopt($ch,CURLOPT_RETURNTRANSFER, true); $result = curl_exec($ch); curl_close($ch); print($result); $json = json_decode($result); print_r($json->ids);

futurecareerschool

Future Career School

Contact Us

Feel Free to Connect

Our Office

Registered Office: Chamber-II, 8th Floor, Andhra Pradesh India

Contact No.

+91 7868962342

Email

Contact@futurecareerschool.com

Follow Us

Get in Touch

“We’re here to assist you. Reach out to our dedicated team for any inquiries or support you may need.”

Fill your details for query:-

Confused for your Career?

Connect & Consult with our Best Career Counsellors