npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@posthog/hubspot-plugin

v0.0.7

Published

Send contact data to Hubspot on PostHog identify events.

Downloads

5

Readme

Hubspot

Category: Data out

Status: Official PostHog plugin

A plugin to send contact data to Hubspot, from PostHog.

What is Hubspot?

Hubspot is a full-featured marketing and CRM platform which includes tools for everything from managing inbound leads to building landing pages. As one of the world’s most popular CRM platforms, Hubspot is an essential PostHog integration for many organizations — and is especially popular with marketing teams.

How does Hubspot integrate with PostHog?

This PostHog plugin enables you to send user contact data to Hubspot whenever an $identify event occurs. That is, whenever PostHog detects the identity of a user, it can forward that identification information to Hubspot.

Currently, this integration supports sending the following data to Hubspot:

  • Email addresses
  • First names
  • Last names
  • Phone numbers
  • Company names
  • Company website URLs

No other information can currently be sent to PostHog using this plugin. If this plugin exists in a plugin chain where the above information would is filtered out (for example, by using the Property Filter plugin) then filtered information cannot be sent to Hubspot.

Use cases

This Hubspot integration is typically useful for keeping customer and lead data up-to-date and for centralizing information about users that interact with your product into Hubspot.

Once this information is in Hubspot, you can take advantage of Hubspot’s many marketing and CRM capabilities — such as assigning users as leads to a salesperson.

How to install the Hubspot integration on PostHog

Plugins and integrations are currently only available for self-hosted deployments of PostHog and are not available for users on PostHog Cloud.

Want to migrate from PostHog Cloud to a self-hosted deployment? Check out the Migrator 3000 plugin!

To install this plugin on a self-hosted deployment, simply follow these steps:

  1. Visit 'Project Plugins' under 'Settings'
  2. Enable plugins if you haven't already done so
  3. Click the 'Repository' tab next to 'Installed'
  4. Click 'Install' on this plugin
  5. Add your Hubspot API key at the configuration step
  6. Enable the plugin

Open source license

All PostHog plugins are open source and released under a permissive MIT license. This means you are free to make further contributions or changes to this plugin, so long as a copy of the license and copyright information is included with the software.

Contributors

This is an official PostHog plugin, which is maintained by the core PostHog team.

The following people have contributed to the development of this plugin:

Interested in contributing? Check out PostHog’s plugin docs to get started.

Further reading