hubspot-hello-world

Installation
SKILL.md

HubSpot Hello World

Overview

Create, read, update, and delete CRM records using the HubSpot API. Covers contacts, companies, and deals with real endpoints and SDK methods.

Prerequisites

  • Completed hubspot-install-auth setup
  • Private app with scopes: crm.objects.contacts.read, crm.objects.contacts.write
  • @hubspot/api-client installed

Instructions

Step 1: Create a Contact

import * as hubspot from '@hubspot/api-client';
Related skills
Installs
1
GitHub Stars
2.2K
First Seen
Mar 25, 2026