TiloBox
Back to directory
hubspot-api-nodejs project preview

hubspot-api-nodejs

Official Node.js SDK for HubSpot CRM APIs: contacts, companies, deals, and marketing.

LicenseApache-2.0
GitHub stars1.5k
Last commit6 days ago
Tags5 topics
Hubspot Crm SdkDeal Pipeline SyncMarketing Automation NodejsMarketingHubspot Api Client
Overview

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.

Guided learning

Learn hubspot-api-nodejs by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of hubspot-api-nodejs

hubspot-api-nodejs coordinates CRM deal pipelines and customer lead synchronizations in Node.js.

Quickstart

bash
1npm install @hubspot/api-client
javascript
1import * as hubspot from '@hubspot/api-client';
2const hubspotClient = new hubspot.Client({ accessToken: 'PAT_TOKEN' });
3await 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.

hubspot-api-nodejs FAQs

hubspot-api-nodejs is listed as a Business tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

hubspot-api-nodejs is listed under the Apache-2.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

hubspot-api-nodejs is listed as an alternative to Zoho API. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.