hubspot_associations_labels_list
Discover valid HubSpot association type IDs between two object types by listing all available label types, ensuring correct associations without hardcoding.
Instructions
List all available association label types between two HubSpot object types (v4 API). Use this BEFORE creating associations to discover valid associationTypeId values for your portal. Association typeIds can differ between HubSpot portals — always verify in runtime rather than hardcoding.
Example: call this with fromType="calls", toType="contacts" to see all labeled association types available for linking calls to contacts, including their typeIds and categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toType | Yes | Object type of the target (e.g., "contacts", "companies", "deals", "tickets") | |
| fromType | Yes | Object type of the source (e.g., "calls", "deals", "contacts", "meetings") |