messages ->create("whatsapp:+".$to, array( "from" => "whatsapp:+".$from, "body" => $body ) ); echo 'Message Send...'; }else{ echo "There is no request yet! Copy this link(webhook) and make an HTTP Get Request from your device."; } ?>