Examples
Note how the media URL(s) appear on the destination exactly as provided in the request. No shortlinking or other transformations are applied on your behalf.Message body and one media URL
If your request includes:"text": "message body that\nis potentially spread across multiple lines""media_urls": ["https://example.com/image.png"]
Message body and two media URLs
If your request includes:"text": "message body""media_urls": ["https://example.com/one.png", "https://example.com/two.png"]
Only one media URL
If your request doesn’t settext and includes:
"media_urls": ["https://example.com/image.png"]
Enable MMS converter
This behavior is not enabled by default; if you want to make use of this feature then you must enable it first. This is controlled at the messaging profile level by an optional boolean field calledmms_fall_back_to_sms, which you can either
set at creation time or update later if you’d like to change
an existing messaging profile.