Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ip-pilot/ip-pilot-hubspot-company-matching

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/ip-pilot-hubspot-company-matching

A demo package that allows you to match your Hubspot companies with IP-Pilot's entities.

  • 1.0.49
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ip-pilot-hubspot-company-matching

Gettin started

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

nameMatching({
  hubspotApiKey: 'your key',
  ippqlKey: 'your key',
  ipqqlHost: 'your host',
});

or if you want to test it only on a few companies:

const { nameMatching } = require('ip-pilot-hubspot-company-matching');

nameMatching({
  hubspotApiKey: 'your key',
  ippqlKey: 'your key',
  ipqqlHost: 'your host',
  providedHsCompanies: [
    { companyName: 'company1', targets: ['company1', 'target1'] },
    { companyName: 'company2', targets: ['target2', 'target2.1', 'target2.2'] },
  ],
});
  1. Additional information:
  • if in Hubspot you have a property wiht internal name "master" you can add multiple company names (separated by a line)
  • for every name in the "Master" property a corresponding name + rep_url will be searched in IP Pilot's database
  • if nothing is provided in the "Master" property the script will use your Hubspot's company name to find a match in IP Pilot's database
  • you will need to have a property in Hubspot with the following internal name -> "ip_pilot_name"
  • under the property with internal name "ip_pilot_name" you will find the results of the company matching script
  • if for testing purposes you don't want affect all your Hubspot companies you can provide a limited list of companies via providedHsCompanies parameter as shown in point 2. The property targets are the list of company names you wish to look up and find a matching name + rep_url in IP Pilot's database

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