Skip to content

Relationships

Schema relationships
graph LR
    ConversationMessages -->|"thread"| ConversationThreads

Properties

idstring
required·

The message's unique identifier

channelstring

The channel the message was sent on

contentstring

The message body/content

created_atstring · date-time

The date and time of the message's creation

directionstring

The message direction (inbound/outbound)

remote_dataRecord<string, any>

Raw data returned from the remote API call.

sender_typestring

The type of sender (agent, visitor, bot, etc.)

threadobject

The parent conversation thread

idstring

The unique identifier

updated_atstring · date-time

The date and time of the message's last update