node-red-contrib-posthog
v2.1.0
Published
Posthog integration for Node-RED
Downloads
4
Readme
PostHog Integration for Node-RED
A set of work-in-progress Node-RED nodes to enable event genration and updating of Person attributes in PostHog.
Capture
posthog.capture()
- docs
Run PostHog's capture()
via the "Capture" node. Node-RED makes it easy to set the timestamp
, event
, distinctID
and properties
via set values, or configurable through incoming msg.
values.
Identify
posthog.identify()
- docs
Identify lets you add metadata to your users so you can easily identify who they are in PostHog, as well as do things like segment users by these properties.
An identify call requires:
- distinctId – a distinct ID belonging to the user
- properties – a user properties object
Group
posthog.groupIdentify()
- docs
Group analytics allows you to associate an event with a group (e.g. teams, organizations, etc.).