messages->create( // // the number you'd like to send the message to // '+919962532404', // [ // // A Twilio phone number you purchased at twilio.com/console // 'from' => '+918939055088', // // the body of the text message you'd like to send // 'body' => "Hey Jenny! Good luck on the bar exam!" // ] //); //?> messages ->create("whatsapp:+917010611571", // to array( "from" => "whatsapp:+14155238886", "body" => "Hello! This is an editable text message. You are free to change it and write whatever you like." ) ); print($message->sid); ?>