n8n

Last updated:

|Edit this page

This n8n app enables you to automate PostHog workflows and create workflows using other services, using n8n.

Getting started

The n8n app is an API integration. You will need a PostHog Personal API key, which must be authenticated with n8n to connect n8n and get started.

For more information, please check n8n's integration documentation.

Requirements

This requires either PostHog Cloud, or a self-hosted PostHog instance running version 1.30.0 or later.

Not running 1.30.0? Find out how to update your self-hosted PostHog deployment!

FAQ

Where can I find out more?

Check PostHog's API documentation for more information on pulling and pushing data from/to our API. Further information about n8n's connector is available in n8n's connector documentation.

Who maintains this app?

This app is maintained by n8n. If you have issues with the app not functioning as intended, please let us know!

What if I have feedback on this app?

We love feature requests and feedback! Please tell us what you think! to tell us what you think.

What if my question isn't answered above?

We love answering questions. Ask us anything via our community forum, or drop us a message.

Questions?

Was this page useful?

Next article

How to set up Remix analytics, feature flags, and more

Remix is a full stack web framework built on React with a specific focus on following web standards. In this tutorial, we show you how to add PostHog to your Remix app (on both the client and server side), implement custom event capture, capture pageviews, and use feature flags. Creating a Remix app First, make sure to install a Node version greater than 18. After confirming, run the following command to create a basic app and choose the default options. Our app is going to be a basic blog…

Read next article