Message

API Docs by APIMATIC
ModelsStructures

Message
#

NameDescription
id
String
conversation_id
String
content_type
content_data
activity
activity_type
participant
attributes
Object
status
updated_at
String
created_at
String

Was this page helpful?

Thank you! Your feedback has been received.
  • REST
  • Java
{
  "id": "51c14364-952b-43de-a9d0-d9f30bafc926",
  "conversation_id": "70e8de7f-3d98-4af0-9315-9d2dff75745d",
  "content_type": "text",
  "activity": "message",
  "activity_type": "inbound",
  "status": "seen",
  "updated_at": "2023-09-12T11:29:38.642Z”",
  "created_at": "2023-09-12T11:29:38.000Z",
  "content_data": {
    "text": "text2"
  }
}