cURL
curl --request POST \ --url https://api.voxo.co/v2/messaging/messages/send-mms \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tenantId": 1, "from": "<string>", "to": [ "<string>" ] } '
{ "createdConversations": "<array>", "updatedAt": "<string>", "postBody": "<unknown>", "id": 123 }
Send an MMS message with media files to one or more recipients
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
x > 0
Sender phone number (10 digits)
^[1-9]\d{9}$
Recipient phone numbers
1
^[1-9]\d*$
Message text
Media file URLs to attach
MMS sent
Newly created conversations
Updated timestamp
Original request body
Last message ID
Was this page helpful?
Contact support