POST
/
messages

Authorizations

x-api-key
string
header
required

Body

application/json

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

contactId
string
required

Unique identifier of the contact

customerId
string
required

Unique identifier of the customer

templateId
string
required

Unique identifier of the message template

Response

200 - application/json
channel
enum<string>

Selected delivery channel

Available options:
sms,
whatsapp
messageId
string

Unique identifier for tracking the message

status
enum<string>

Current status of the message

Available options:
queued,
sending,
delivered