Skip to main content
POST
Send a single message

Body

string
required
This is text that will be sent.
object
required
Each key in this object represents a recipient channel and their identifier. You can specify one or all channels you have configured.

Response

string
The timestamp this message was sent
string
The refrence id of the message request. This will be used to identify the message
string
The status of the messageAvailable options: created, failed, success
  • created - A message has been created and is wating to be delivered.
  • failed - A message failed to be delivered to one or more channels.
  • success - A messages was successfully delivered to all channels.