HubSpot · Example Payload

Hubspot Conversations Thread Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Conversations Thread Example is an example object payload from HubSpot, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idinboxIdstatusspamassociatedContactIdassignedTooriginalChannelIdoriginalChannelAccountIdlatestMessageTimestamplatestMessageSentTimestamplatestMessageReceivedTimestampclosedAtcreatedAtarchived

Example Payload

Raw ↑
{
  "id": "987654321",
  "inboxId": "12345678",
  "status": "OPEN",
  "spam": false,
  "associatedContactId": "101",
  "assignedTo": "user_456",
  "originalChannelId": "channel_789",
  "originalChannelAccountId": "account_123",
  "latestMessageTimestamp": "2024-01-20T10:30:00Z",
  "latestMessageSentTimestamp": "2024-01-20T10:25:00Z",
  "latestMessageReceivedTimestamp": "2024-01-20T10:30:00Z",
  "closedAt": "2024-01-21T15:00:00Z",
  "createdAt": "2024-01-15T09:00:00Z",
  "archived": false
}