POST
/
messages
{
  "messageId": "123e4567-e89b-12d3-a456-426614174000",
  "status": "queued",
  "channel": "whatsapp"
}

Authorizations

x-api-key
string
header
required

Body

application/json
Message details including customer ID, contact ID, and template ID

Request model for sending a message to a contact using a template

customerId
string
required

Unique identifier of the customer

contactId
string
required

Unique identifier of the contact

templateId
string
required

Unique identifier of the message template

Response

200
application/json
Message successfully queued for delivery
messageId
string

Unique identifier for tracking the message

status
enum<string>

Current status of the message

Available options:
queued,
sending,
delivered
channel
enum<string>

Selected delivery channel

Available options:
sms,
whatsapp