Код: Выделить всё
$client = new Client($account_sid, $auth_token);
$client->messages->create(
// Where to send a text message (your cell phone?)
'+16477458535',
array(
'from' => $twilio_number,
'body' => $message
)
Код: Выделить всё
'body' => $message, $name, phone
???
Есть предложения?
Подробнее здесь: https://stackoverflow.com/questions/669 ... wilio-body
Мобильная версия