Messages
Operations for sending and managing messages
Get messages
Get a specific message
Send a message
Get message status
ModelsExpand Collapse
MessageContent object { account_email, content, date_created, 11 more }
seat_id: optional string
UUID of the seat that sent the message. Present when seat_id was provided on
send, or for dashboard-originated group messages.
sender_email: optional string
Email of the seat (user) that sent the message. Auto-populated when a seat_id
is provided on send. null for messages sent without a seat_id.
MessageResponse object { account_email, content, date_created, 12 more }
seat_id: optional string
UUID of the seat that sent the message. Present when seat_id was provided on
send, or for dashboard-originated group messages.
MessageListResponse object { data, pagination, status }
data: optional array of object { accountEmail, content, date_sent, 24 more }
seat_id: optional string
UUID of the seat that sent the message. Present when seat_id was provided on
send, or for dashboard-originated group messages.
sender_email: optional string
Email of the seat (user) that sent the message. Auto-populated when a seat_id
is provided on send. null for messages sent without a seat_id.
MessageRetrieveResponse object { data, status }
data: optional object { accountEmail, content, date_sent, 24 more }
seat_id: optional string
UUID of the seat that sent the message. Present when seat_id was provided on
send, or for dashboard-originated group messages.
sender_email: optional string
Email of the seat (user) that sent the message. Auto-populated when a seat_id
is provided on send. null for messages sent without a seat_id.