HubSpot · Example Payload

Crm Associations Api Association Result Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Crm Associations Api Association Result 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

fromtopaging

Example Payload

Raw ↑
{
  "from": {
    "id": "500123"
  },
  "to": [
    {
      "toObjectId": "500123",
      "associationTypes": [
        {
          "associationCategory": "HUBSPOT_DEFINED",
          "associationTypeId": 500123,
          "label": "Example Record"
        }
      ]
    }
  ],
  "paging": {
    "next": {
      "after": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}