Skip to content

enterprise-oss/clearbit-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helloworldplugin

Posthog hello world plugin. Use it as a base for your own plugins!

Setup via PostHog

  1. Find the "plugins" page in PostHog
  2. Either select the plugin from the list or copy the URL of this repository to install

Setup via CLI

  1. Install posthog-cli
  2. Install this plugin: posthog plugin install helloworldplugin
  3. Either use the plugins interface or edit posthog.json and add the required config variables:
{
    "name": "helloworldplugin",
    "url": "https://github.com/enterpriseoss/clearbit-plugin",
    "global": {
        "enabled": true,
        "config": {
            "bar": "foo"
        }
    }
}
  1. Run PostHog

Questions?

Packages

No packages published

Languages

  • JavaScript 100.0%