Posthog hello world plugin. Use it as a base for your own plugins!
- Find the "plugins" page in PostHog
- Either select the plugin from the list or copy the URL of this repository to install
- Install posthog-cli
- Install this plugin:
posthog plugin install helloworldplugin
- 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"
}
}
}
- Run PostHog