hubspot-get-associations

Retrieve associated HubSpot CRM records for contacts, companies, and deals.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-get-associations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hubspot-get-associations
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/hubspot/hubspot-get-associations
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-get-associations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually searching for related records across HubSpot CRM objects (like contacts on a deal, or companies linked to a contact) is slow, error-prone, and disruptes sales and customer success workflows that require quick access to full relationship context.

Core Features & Use Cases

  • Cross-Object Association Retrieval: Pull linked records between any combination of HubSpot contacts, companies, and deals using simple object type and ID parameters.
  • Common Workflow Support: Covers high-priority use cases like viewing all stakeholders on a deal, finding all deals for a contact, or listing contacts at a specific company.
  • Clear Error Guidance: Provides actionable solutions for common API issues including authentication errors, missing permissions, invalid record IDs, and rate limiting.

Quick Start

Ask Claude to retrieve all contacts associated with a specific HubSpot deal ID to see every stakeholder linked to that sales opportunity.

Frequently Asked Questions about hubspot-get-associations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve associated HubSpot CRM records for a specific object ID?

To retrieve associated HubSpot CRM records, provide a valid record ID and object type parameters. The Skill queries the HubSpot API and outputs structured association data linking contacts, companies, and deals for immediate access in sales workflows.

What HubSpot cross-object associations can I look up using the API?

You can look up cross-object associations between HubSpot contacts, companies, and deals. This supports common sales and customer success workflows like finding all stakeholders on a deal, listing contacts at a company, or viewing deals linked to a contact.

Do I need HubSpot API credentials to retrieve linked CRM records?

Yes, you need valid HubSpot API credentials to retrieve linked CRM records. The Skill requires proper authentication to access the HubSpot API and return structured association data for your downstream sales operations.

Why does my HubSpot API request for associated records fail with an invalid ID error?

HubSpot API association requests fail with invalid ID errors when the provided CRM record ID does not exist or is formatted incorrectly. The Skill provides actionable error guidance for invalid record IDs, missing permissions, and rate limiting.

What is the best way to find all contacts associated with a HubSpot deal?

The best way to find all contacts associated with a HubSpot deal is to query the HubSpot API using the deal ID. The Skill instantly retrieves linked records, replacing manual cross-object lookup work and providing immediate stakeholder context.