v11

OpenAPI 3.1.02026-08-0364112112.3 KB
Conversations

Save Customer Message

Appends a message from a customer to a ticket

post/v1/conversations/{id}/customer-messages

Path parameters

idstring uuid required

Request body

textstring required
channelstring
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/"
  }
}