v1
latestOpenAPI 3.0.12026-07-1415458.4 KBSend a message to the given channel.
Send a Message
post/
Request body
Example request
{
"message_type": "text",
"text": "Nexmo Verification code: 12345.<br />Valid for 10 minutes.",
"channel": "sms",
"from": "447700900001",
"to": "447700900000"
}Response
Accepted.
Example response
{
"message_uuid": "aaaaaaaa-bbbb-cccc-dddd-0123456789ab"
}