hubspot-api-nodejs
Official Node.js SDK for HubSpot CRM APIs: contacts, companies, deals, and marketing.
Why consider hubspot-api-nodejs?
hubspot-api-nodejs is the official open-source JavaScript and TypeScript SDK for HubSpot. It wraps the complete HubSpot CRM platform, enabling automated contact creation, deal pipeline stage updates, marketing email enrollments, and form submission processing.
Learn hubspot-api-nodejs by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of hubspot-api-nodejs
hubspot-api-nodejs coordinates CRM deal pipelines and customer lead synchronizations in Node.js.
Quickstart
npm install @hubspot/api-clientimport * as hubspot from '@hubspot/api-client';const hubspotClient = new hubspot.Client({ accessToken: 'PAT_TOKEN' });await hubspotClient.crm.contacts.basicApi.create({ properties: { email: 'lead@company.com', firstname: 'Sarah' } });hubspot-api-nodejs is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.