/webhook-plugin

Webhook App

Primary LanguageTypeScriptMIT LicenseMIT

PostHog Plugin: Hello World Starter Kit

License: MIT

This is a basic webhook app.

How to develop

All of the plugin's code is located in the index.js file, which is JavaScript ran inside of PostHog.

yarn install
yarn typecheck
yarn test