MMS Message
Send an MMS message with media attachments.
Headers
PINNACLE-API-Key
Request
This endpoint expects an object.
to
The recipient’s phone number in E.164 format (e.g., +12345678901).
from
The sender's phone number in E.164 format. Must be owned by the user.
mediaUrls
The URLs of media to include. jpeg
, jpg
, gif
, and png
file types are fully supported and have a size limit of 5 MB. 500 KB limit for other types. Up to 10 media URLs can be included.
text
The MMS message content (max 1600 characters).
statusCallback
Optional URL to receive a POST request when the message status changes. Read more about status callbacks here.
Response
MMS message sent successfully
messageId
The unique ID of the sent message.
message
A message indicating the status of the sent message.