Basic Information

appmixer.posthog.core.CaptureEvent

1.0.0

Public

Capture a single event in PostHog. The event is sent to the project's ingestion endpoint using the public Project API key.

Input Ports

in

FieldTypeDescription
Project text Pick a project, or type the numeric Project ID directly.
Event Name text Name of the event to capture, e.g. 'order_created'.
Distinct ID text Unique identifier of the user the event belongs to.
Properties textarea Optional event properties as a JSON object, e.g. {"plan": "premium", "amount": 42}.
Timestamp date-time Optional event timestamp. Defaults to the time PostHog receives the event.

Output Ports

out

FieldTypeDescription
Status string -
Event Name string -
Distinct ID string -

Full Metadata