Socket
Socket
Sign inDemoInstall

@ip-pilot/get-hubspot-company

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ip-pilot/get-hubspot-company

A demo package that allows you to retrieve a specific Hubspot company.


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

get-hubspot-company

Gettin started

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

const asyncFunction = async () => {
  const hubspotCompany = await getHubspotCompany(value, propertyName, token, properties);
};

asyncFunction();
  1. Additional information:
  • The value parameter refers to the value you want to filter the company by.
  • The propertyName paratemer refers to the property you want to filter the company by.
  • The properties paratemer refers to the properties you want to be in your response.
  • ex: I want to filter a company by its name with the value of 'Apple' that returns its 'products' -> getHubspotCompany('Apple', 'name', yourToken, ['products'])
  • 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

Package last updated on 24 Nov 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc