Create a SMS/MMS message
Creates a new SMS/MMS message in Studiio.
Endpoint
https://api.studiio.io/v1/sms-mms
Method
POST
Body
Name
Required?
Type
Description
messageType
✅
string
Type of message (either sms
or mms
)
toNumber
✅
string
An E.164 formatted phone number
fromNumber
✅
string
An E.164 formatted phone number
value
string
The message body
attachments
array
An array of URL's to attachments
created
string
The date the message was created.
Response
{
"id": 0,
"status": "success"
}
Last updated