PostHog

PostHog integration on indie.money — track events and access product analytics

Written By pvdyck

Last updated About 3 hours ago

PostHog

:no_entry: Unsupported — Incompatible with Nango proxy

VendorPostHog
NodesPostHog
Tier:no_entry: Unsupported
AuthN/A

Overview

The PostHog node supports tracking events, creating aliases, managing identities, and recording page/screen views for product analytics.

Resources & Operations (n8n native)

ResourceOperationDescription
AliasCreateLink two distinct IDs (merge user identities)
EventCreateSend a custom event with properties
IdentityCreateCreate or update a user identity with properties
TrackPageRecord a page view with name and properties
TrackScreenRecord a screen view (mobile) with name and properties

Common Parameters:

  • Distinct ID — The user's unique identifier (required for all operations)
  • Event Name — Name of the custom event (Event resource)
  • Properties — Custom key-value pairs attached to events or identities
  • Context — Additional context values (Alias and Track resources)

Why Unsupported

PostHog requires the API key to be sent in the request body rather than as a header. The Nango proxy only supports injecting credentials as HTTP headers (e.g., Authorization, API Key headers). Because PostHog's API cannot authenticate via headers, it is incompatible with the Secure Vault credential proxy and cannot be used on indie.money.

Status

This integration is not available on indie.money due to authentication incompatibility with the Nango proxy.