HubSpot · Example Payload

Hubspot Conversations Inbox Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

resultstotalpaging

Example Payload

Raw ↑
{
  "results": [
    {
      "id": "12345678",
      "name": "Support Inbox",
      "type": "CONVERSATIONS_INBOX",
      "createdAt": "2024-01-10T09:00:00Z",
      "updatedAt": "2024-01-15T14:30:00Z",
      "archived": false
    }
  ],
  "total": 2,
  "paging": {
    "next": {
      "after": "NTI1Cg%3D%3D",
      "link": "/conversations/v3/conversations/inboxes?after=NTI1Cg%3D%3D"
    }
  }
}