Messages
Send a message
Creates a new message and sends it. Supports text messages and media messages.
post/message
Request body
Example request
{
"sender": "+18005551234",
"recipient": "+18005556789",
"message": "Hello, this is a test message",
"url": "https://example.com/image.jpg"
}Response
Message created successfully