hubspot_get_associations
Retrieve all associations from a HubSpot object to another object type, such as contacts, companies, deals, or tickets, to map relationships.
Instructions
Get all associations for a HubSpot object to another object type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor | |
| limit | No | ||
| fromObjectId | Yes | The ID of the source object | |
| toObjectType | Yes | The type of objects to get associations for | |
| fromObjectType | Yes | The type of the source object |