{
  "name": "rdtd-events-router",
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "rdtd-events",
        "responseMode": "onReceived",
        "options": {}
      },
      "id": "a1000001-0000-4000-8000-000000000001",
      "name": "Webhook rdtd-events",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        240,
        400
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://api.redatudo.online/track",
        "sendHeaders": false,
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify($json.body) }}",
        "options": {
          "timeout": 10000
        }
      },
      "id": "a1000002-0000-4000-8000-000000000002",
      "name": "Forward to Track API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        480,
        400
      ],
      "continueOnFail": true
    }
  ],
  "connections": {
    "Webhook rdtd-events": {
      "main": [
        [
          {
            "node": "Forward to Track API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}