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