v11

latestOpenAPI 3.1.02026-08-0364112112.3 KB
Conversations

Send Agent Message

Sends a message from an agent to a customer

post/v1/conversations/{id}/messages

Path parameters

idstring uuid required

Request body

textstring required
type1 | 2 | 3 | 4
channelstring
whatsappTemplateIdstring nullable
subChannelIdentifierstring nullable

Response

Successful Response

idinteger required
sidestring required
typestring required
createdAtstring date-time required
sentAtstring date-time required
textstring required
channelstring nullable
deliveryStatusstring nullable
failedReasonstring nullable
deliveredAtstring date-time nullable

Example response

{
  "agent": {
    "profileUrl": "http://www.example.com/"
  }
}