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

@ip-pilot/get-profile-url-hubspot

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-profile-url-hubspot

A demo package that allows you to generate IP Pilot profile urls for all the company names you have stored in your Hubspot account under IP Pilot Name and store them in Hubspot.

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

get-profile-url-hubspot

Gettin started

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

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

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

const { getProfilesUrlHubspot } = require('get-profile-url-hubspot');

getProfilesUrlHubspot({
  hubspotApiKey: 'your key',
  ippqlKey: 'your key',
  ipqqlHost: 'your host',
  providedHsCompanies: [{ companyName: 'test'}],
});
  1. Additional information:
  • every company in your Hubspot account should have a property with internal name "ip_pilot_name" containing the corresponding company names found in IP Pilot's database (ex: 'Lucas (lf_url: 1234485923829)') - you could use our other package in order to easily fill up that property for all your Hubspot companies -> https://www.npmjs.com/package/ip-pilot-hubspot-company-matching
  • you will need to have a property in Hubspot with the following internal name -> "profile_on_ip_pilot"
  • a profile url will be generated with the information obtained from "IP Pilot Name" property and stored in Hubspot under the property with internal name "profile_on_ip_pilot"
  • 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.

Built with

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