HubSpot · Example Payload

Hubspot Conversations Channel Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Conversations Channel 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": "channel_789",
      "name": "Website Chat",
      "type": "CHAT",
      "accountId": "account_123",
      "createdAt": "2024-01-01T00:00:00Z"
    }
  ],
  "paging": {
    "next": {
      "after": "NTI1Cg%3D%3D",
      "link": "/conversations/v3/conversations/inboxes?after=NTI1Cg%3D%3D"
    }
  }
}