A set of work-in-progress Node-RED nodes to enable event genration and updating of Person attributes in PostHog.
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.
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
posthog.groupIdentify()
- docs
Group analytics allows you to associate an event with a group (e.g. teams, organizations, etc.).