Socket
Socket
Sign inDemoInstall

get-all-hubspot-companies

Package Overview
Dependencies
10
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    get-all-hubspot-companies

A demo package that allows you to retrieve all your Hubspot companies.


Version published
Maintainers
1
Created

Readme

Source

get-all-hubspot-companies

Gettin started

  1. Install the package
npm i get-all-hubspot-companies
  1. How to use it in your file (ex: paste it in an index.js file and then run node index.js):
const { getAllHubspotCompanies } = require('get-all-hubspot-companies');

const asyncFunction = async () => {
  const hubspotCompanies = await getAllHubspotCompanies(apiKey);

  // or

  const hubspotCompanies = await getAllHubspotCompanies(apiKey, ['name', 'id']);
};

asyncFunction();
  1. Additional information:
  • You can provide an array of strings with the company's properties you wish to have in the response from Hubspot. Otherwise default properties will be returned.

Built with

  • Node.js
  • Axios

Company

IP Pilot:

Keywords

FAQs

Last updated on 01 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc