{
  "name": "Enrich contacts with Wiza and sync results to Airtable and HubSpot",
  "nodes": [
    {
      "id": "c5dcda10-f5f4-4d37-90d6-b837954730c7",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -400,
        256
      ]
    },
    {
      "id": "260a38cb-6e6a-40b3-857b-41130407d70d",
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        -176,
        224
      ]
    },
    {
      "id": "5d70a53a-0d0b-4983-9696-6c9356593ef6",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        272,
        336
      ]
    },
    {
      "id": "30e260a2-c643-449a-a0ba-b478fc871629",
      "name": "Switch1",
      "type": "n8n-nodes-base.switch",
      "position": [
        496,
        352
      ]
    },
    {
      "id": "106cdb8f-223c-4783-aecf-627a0bb76434",
      "name": "Email Finder",
      "type": "@wizaco/n8n-nodes-wiza.wiza",
      "position": [
        48,
        160
      ]
    },
    {
      "id": "10e8b880-1591-4b0f-b819-8fb07b24a49e",
      "name": "Phone Finder",
      "type": "@wizaco/n8n-nodes-wiza.wiza",
      "position": [
        48,
        352
      ]
    },
    {
      "id": "383c252b-e565-4b21-8edb-cd55a45342bf",
      "name": "Linkedin Finder",
      "type": "@wizaco/n8n-nodes-wiza.wiza",
      "position": [
        48,
        544
      ]
    },
    {
      "id": "4549186a-7149-43f1-a458-16ab19a61ef7",
      "name": "Failed To Find Enrichment",
      "type": "n8n-nodes-base.form",
      "position": [
        720,
        160
      ]
    },
    {
      "id": "51a3f99b-e8e0-440b-9721-b4fb53fae59a",
      "name": "Success Message Form",
      "type": "n8n-nodes-base.form",
      "position": [
        1168,
        544
      ]
    },
    {
      "id": "c9f5a42b-6c19-4c1b-8deb-ce4e5d912ef1",
      "name": "Append or update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        944,
        544
      ]
    },
    {
      "id": "78552061-9ad8-4dd4-8a33-197784392e71",
      "name": "Clean Up",
      "type": "n8n-nodes-base.code",
      "position": [
        720,
        352
      ]
    },
    {
      "id": "a8a70914-8bba-43b5-9c16-f3226fb78103",
      "name": "Create or update a contact",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        944,
        352
      ]
    },
    {
      "id": "92cee164-88e6-479e-af30-94ff4933b201",
      "name": "Insert row",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        944,
        160
      ]
    },
    {
      "id": "ac0d9a95-d977-4258-91a7-bfc4240dcc53",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1056,
        16
      ],
      "parameters": {
        "width": 576,
        "height": 1232,
        "content": "## Email Outreach Automation\n\n@[youtube](1o4oREHQgLw)\n\n### Workflow Set-Up\n\n**APIs:**\n- Wiza\n- OpenAI\n- Perplexity\n- Gmail\n\n## Full Documentation\n\nFind all downloadable resources including detailed se"
      }
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Switch1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch": {
      "main": [
        [
          {
            "node": "Email Finder",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Phone Finder",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Linkedin Finder",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Email Finder",
            "type": "main",
            "index": 0
          },
          {
            "node": "Phone Finder",
            "type": "main",
            "index": 0
          },
          {
            "node": "Linkedin Finder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch1": {
      "main": [
        [
          {
            "node": "Failed To Find Enrichment",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Clean Up",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean Up": {
      "main": [
        [
          {
            "node": "Create or update a contact",
            "type": "main",
            "index": 0
          },
          {
            "node": "Append or update row in sheet",
            "type": "main",
            "index": 0
          },
          {
            "node": "Insert row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Finder": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Phone Finder": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Linkedin Finder": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append or update row in sheet": {
      "main": [
        [
          {
            "node": "Success Message Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}