{
  "id": "pattern-dynamic-target",
  "name": "Synthetic pattern - dynamic outbound target",
  "active": false,
  "nodes": [
    {
      "id": "pattern-dynamic-http",
      "name": "Dynamic Callback",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [0, 0],
      "parameters": {
        "method": "POST",
        "url": "={{ $json.callbackUrl }}"
      }
    }
  ],
  "connections": {},
  "settings": {}
}
