{
  "name": "Capture leads in HubSpot from Typeform",
  "nodes": [
    {
      "id": null,
      "name": "create new contact",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        -300,
        1200
      ]
    },
    {
      "id": null,
      "name": "update lead stage",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        100,
        1100
      ]
    },
    {
      "id": null,
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "position": [
        100,
        1300
      ]
    },
    {
      "id": null,
      "name": "Set values",
      "type": "n8n-nodes-base.set",
      "position": [
        -500,
        1200
      ]
    },
    {
      "id": null,
      "name": "Typeform Trigger",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        -700,
        1200
      ]
    },
    {
      "id": null,
      "name": "lead interested",
      "type": "n8n-nodes-base.if",
      "position": [
        -100,
        1200
      ]
    },
    {
      "id": null,
      "name": "send information",
      "type": "n8n-nodes-base.gmail",
      "position": [
        300,
        1100
      ]
    }
  ],
  "connections": {
    "Set values": {
      "main": [
        [
          {
            "node": "create new contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "lead interested": {
      "main": [
        [
          {
            "node": "update lead stage",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Typeform Trigger": {
      "main": [
        [
          {
            "node": "Set values",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "update lead stage": {
      "main": [
        [
          {
            "node": "send information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "create new contact": {
      "main": [
        [
          {
            "node": "lead interested",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}