HubSpot · Example Payload

Hubspot Conversations Thread Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

resultspaging

Example Payload

Raw ↑
{
  "results": [
    {
      "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
    }
  ],
  "paging": {
    "next": {
      "after": "NTI1Cg%3D%3D",
      "link": "/conversations/v3/conversations/inboxes?after=NTI1Cg%3D%3D"
    }
  }
}