{
  "nodes": [
    {
      "id": "t1",
      "name": "Enrich Trigger Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        100,
        200
      ],
      "parameters": {
        "path": "enrich-lead",
        "httpMethod": "POST"
      }
    },
    {
      "id": "n2",
      "name": "Clearbit Enrichment",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        300,
        200
      ],
      "parameters": {
        "url": "https://person.clearbit.com/v2/combined/find",
        "method": "GET"
      }
    },
    {
      "id": "n3",
      "name": "Merge Lead Fields",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        500,
        200
      ],
      "parameters": {}
    },
    {
      "id": "n4",
      "name": "Update Hubspot CRM",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        700,
        200
      ],
      "parameters": {
        "url": "https://api.hubapi.com/crm/v3/objects/contacts",
        "method": "PATCH"
      }
    },
    {
      "id": "n5",
      "name": "Enrich response",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        900,
        200
      ],
      "parameters": {
        "responseCode": 200
      }
    }
  ],
  "connections": {
    "Enrich Trigger Webhook": {
      "main": [
        [
          {
            "node": "Clearbit Enrichment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clearbit Enrichment": {
      "main": [
        [
          {
            "node": "Merge Lead Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Lead Fields": {
      "main": [
        [
          {
            "node": "Update Hubspot CRM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Hubspot CRM": {
      "main": [
        [
          {
            "node": "Enrich response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}