@ip-pilot/get-profile-url-hubspot
v1.0.4
Published
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.
Downloads
5
Readme
get-profile-url-hubspot
Gettin started
- Install the package
npm i get-profile-url-hubspot
- 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'}],
});
- 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: