Send MMS Message

Send a MMS immediately or schedule it for future delivery.

Headers

PINNACLE-API-KEYstringRequired

Request

This endpoint expects an object.

At least one file or some text is required for sending MMS messages.

fromstringRequired
Phone number you want to send the message from in E.164 format.
mediaUrlslist of stringsRequired
Media file URLs to send.<br> See [supported media types](https://app.pinnacle.sh/supported-file-types?type=MMS).
textstringRequired
Message text to accompany the media.
tostringRequired
Recipient's phone number in E.164 format.
optionsobjectOptional
Control how your MMS is processed and delivered.

Response

Successfully sent or scheduled the message.

Each message part can be tracked independently using its unique message ID. Use our /messages/:id endpoint to track your messages.

MMS Sent Responseobject
OR
Scheduled Responseobject

Errors