Open
Description
I am using the mms api to send the mms but it is not working as it give error of 400 of request not valid where as same code is working fine on local system but it is not working on the server.
$RECIPIENT = '##';
$fromNumber = '###';
$body = array(
'from' => array ('phoneNumber' => $fromNumber),
'to' => array(
array('phoneNumber' => $RECIPIENT)
),
'text' => 'Test'
);
$request = $rcsdk->createMultipartBuilder()
->setBody( $body )
->add(fopen(__DIR__.'/811737079524-32x32.jpg', 'r'))
->request('/account/~/extension/~/sms');
$r = $platform->sendRequest($request);
thanks
Metadata
Metadata
Assignees
Labels
No labels
Activity