hubspot

Installation
SKILL.md

HubSpot

Manage contacts, companies, deals, and tickets via the HubSpot API.

Environment Variables

  • HUBSPOT_ACCESS_TOKEN - Private app access token

List contacts

curl -s -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
  "https://api.hubapi.com/crm/v3/objects/contacts?limit=10&properties=email,firstname,lastname" | jq '.results[] | {id, properties}'

Create contact

curl -s -X POST -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026