hubspot-list-associations
Retrieve relationships between specific HubSpot objects to map data connections. Use this tool to find associated object IDs and metadata, such as companies linked to a contact or deals tied to a company.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Paging cursor token for retrieving the next page of results | |
objectId | Yes | The ID of the HubSpot object to get associations from | |
objectType | Yes | The type of HubSpot object to get associations from. Valid values include: appointments, companies, contacts, courses, deals, leads, line_items, listings, marketing_events, meetings, orders, postal_mail, products, quotes, services, subscriptions, tickets, users. For custom objects, use the hubspot-get-schemas tool to get the objectType. | |
toObjectType | Yes | The type of HubSpot object to get associations to. Valid values include: appointments, companies, contacts, courses, deals, leads, line_items, listings, marketing_events, meetings, orders, postal_mail, products, quotes, services, subscriptions, tickets, users. For custom objects, use the hubspot-get-schemas tool to get the objectType. |