hubspot-crm

Installation
SKILL.md

HubSpot CRM Integration

Sync contacts and lists to HubSpot using the REST API.

Environment Variables

HUBSPOT_API_TOKEN="pat-na1-..."  # Private App token from HubSpot

Quick Start

import os
import json
from urllib.request import Request, urlopen
from urllib.error import HTTPError
Installs
23
GitHub Stars
1
First Seen
Jan 24, 2026
hubspot-crm — funnelenvy/agents_webinar_demos