Socket
Book a DemoInstallSign in
Socket

get-all-hubspot-companies

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

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.

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

get-all-hubspot-companies

Gettin started

  • Install the package
npm i get-all-hubspot-companies
  • 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();
  • 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

ip-pilot

FAQs

Package last updated on 01 Aug 2023

Did you know?

Socket

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