PostHog
Overview
The PostHog integration allows you to trigger workflows in Morf using events received from PostHog.
Getting Started
To start receiving events from PostHog, you’ll need to configure a webhook destination in your PostHog settings.
- In Morf, create a new workflow and select PostHog as the trigger.
- Click on the Trigger node in your workflow.
- (Optional) Under the Configure tab, the Event Types field lets you specify which PostHog events should trigger the workflow.
- By default, all standard PostHog events are selected.
- You can deselect all values to accept any event, or choose specific events you want to respond to.
- Go to the Connect tab and copy the Webhook URL.
- In PostHog, navigate to Data pipelines (under the Tools section in the sidebar).
- Click New destination.
- Select HTTP Webhook and click Create.
- Paste the webhook URL you copied from Morf into the Webhook URL field.
- Click Create and enable.
Once your workflow is deployed, it will automatically execute whenever a matching event is received from PostHog.