Skip to main content

Fields

id
string
required
Unique identifier for the message (UUID).
objectType
string
required
Always linkedin_message.
conversationId
string
The LinkedIn conversation ID this message belongs to.
text
string
required
The message text content.
type
string
required
The type of the message. One of manual, campaign, reply_agent, or received.
status
string
required
The status of the message. One of sent or draft.
prospectId
string
The UUID of the prospect associated with this message.
repId
string
The UUID of the rep associated with this message.
happenedAt
string
Timestamp when the message was sent or received (ISO 8601).
createdAt
string
required
Timestamp when the record was created (ISO 8601).
updatedAt
string
required
Timestamp when the record was last updated (ISO 8601).

Example

{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "objectType": "linkedin_message",
  "conversationId": "conv_abc123",
  "text": "Hi John, I wanted to follow up on our conversation...",
  "type": "manual",
  "status": "sent",
  "prospectId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
  "repId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
  "happenedAt": "2024-03-15T14:30:00Z",
  "createdAt": "2024-03-15T14:30:00Z",
  "updatedAt": "2024-03-15T14:30:00Z"
}