2.1.0 • Published 1 year ago

node-red-contrib-posthog v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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.).

1.1.0

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago