Messages
The message endpoints let you start conversations with approved templates and send custom messages to active conversations.
Available endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/messages/template | Start a conversation with a template |
POST | /v1/messages | Send a custom message to an active conversation |
GET | /v1/templates | List available templates |
GET | /v1/templates/{templateName} | Get the details of a specific template |
Importante
To send custom messages, you must first start a conversation with a template. Check that the canSendDirectMessage field is true by querying the /v1/conversations/{conversationId} endpoint.