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-authsetup - Private app with scopes:
crm.objects.contacts.read,crm.objects.contacts.write @hubspot/api-clientinstalled
Instructions
Step 1: Create a Contact
import * as hubspot from '@hubspot/api-client';
Related skills