get-profile-url-hubspot

1.0.4 • Public • Published

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:

Package Sidebar

Install

npm i get-profile-url-hubspot

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

9.05 kB

Total Files

8

Last publish

Collaborators

  • lucaserly