MMS is in public beta. We’re still understanding the limits of our implementation – if you encounter any issues, join our Discord!Note: MMS is limited to 5MB (cumulative), across 3 attachments.
Contiguity will fully support jpeg/jpg, png, and gif. We will accept & attempt to send a number of other content types, however depending on the carrier and device of the end user these messages may not be successfully received.
Confirmed file types that work:
- Images (JPEG, JPG, PNG, GIF)
- Videos (MP4, MOV)
- Audio (MP3)
- Documents (PDF)
File types that experience issues:
- WEBP
- Some images?
- SVGs
attachments
parameter.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Recipient's phone number. Must be in E.164 format
Example:
"+1234567890"
The text message to send
Example:
"Hello, world!"
If you lease a phone number from Contiguity, you can use a specific one by providing it here.
Example:
"+15555555555"
Attachments to send. Must be HTTPS-secured URLs with file extensions. Max 3 attachments, 5MB cumulative size.
Maximum length:
3
Example:
["https://example.com/image.png"]