'https://graph.facebook.com/'.$get_whats['version'].'/'.$get_whats['phone_number'].'/messages', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'POST', CURLOPT_POSTFIELDS =>'{ "messaging_product": "whatsapp", "to": "919962532404", "text": { "preview_url": true, "body": "Please visit https://youtu.be/hpltvTEiRrY to inspire your day!" } }', CURLOPT_HTTPHEADER => array( 'Content-Type: application/json', 'Authorization: Bearer"'. $get_whats['bearer'].'"' ), )); $response = curl_exec($curl); curl_close($curl); echo $response; ?>