Data Processing & Analysis

1217 Posthog Webhook Automate Webhook

1217 Posthog Webhook Automate Webhook

Webhook
Low
2
Nodes
Webhook
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

969 Bytes
{
  "name": "1217 Posthog Webhook Automate Webhook",
  "nodes": [
    {
      "name": "PostHog",
      "type": "n8n-nodes-base.postHog",
      "position": [
        640,
        280
      ],
      "parameters": {
        "eventName": "={{$json[\"query\"][\"event\"]}}",
        "distinctId": "n8n",
        "additionalFields": {}
      },
      "credentials": {
        "postHogApi": "PostHog Credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        440,
        280
      ],
      "webhookId": "f6d0071e-3cf9-49fd-8bbd-afdbea6b0c67",
      "parameters": {
        "path": "f6d0071e-3cf9-49fd-8bbd-afdbea6b0c67",
        "options": {}
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "PostHog",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}