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
Changes
No recorded changes to this endpoint across all 1 revision of this API.