v7

latestOpenAPI 3.1.02026-08-0776170186.5 KB
messages

Get Message

Fetch a single message.

Requires the messages:read scope on the API key.

get/v1/messages/{message_id}

Path parameters

message_idstring uuid required

ID of the message.

Response

Successful Response

idstring uuid required

Unique identifier.

channel'EMAIL' | 'LINKEDIN' | 'CALENDAR' | 'MANUAL' required
direction'INBOUND' | 'OUTBOUND' required
subjectstring nullable required

Email subject line, if any.

bodystring required

Message body. Inbound messages have quoted reply history stripped.

sent_atstring date-time required

When the message was sent or received.

sender_idstring uuid nullable required

Sending mailbox that sent an outbound message. Null for inbound messages from the contact.