{
  "name": "Get a Telegram alert when a great lead submits form with MadKudu and Hunter",
  "nodes": [
    {
      "id": "d7ba34e4-5f98-4a32-abe7-1ed1a3d30410",
      "name": "n8n Form Trigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -800,
        840
      ]
    },
    {
      "id": "4e91bf1d-ff5b-4a5c-805e-08c930e8dbe9",
      "name": "Check if the email is valid",
      "type": "n8n-nodes-base.if",
      "position": [
        -380,
        840
      ]
    },
    {
      "id": "d27ef50a-a80d-4f27-bd94-0c354f71fad1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        620
      ],
      "parameters": {
        "width": 545.9804141018467,
        "height": 183.48964745383324,
        "content": "### 👨‍🎤 Setup\n1. Add you **MadKudu**, **Hunter**, and **Telegram** credentials \n2. Set the chat id in Telegram\n3. Click the Test Workflow button, enter your email and check your Telegram chat\n4. Activ"
      }
    },
    {
      "id": "ba0f2f9f-c95f-43a2-9f79-1f6b15f3cd5f",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        980
      ],
      "parameters": {
        "width": 162,
        "height": 139,
        "content": "👆 You can exchange this with any form you like (*e.g. Typeform, Google forms, Survey Monkey...*)"
      }
    },
    {
      "id": "e74306a7-f430-4d00-80e1-3dd13ccd456a",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        900
      ],
      "parameters": {
        "width": 162,
        "height": 84,
        "content": "👆 Adjust the fit as you see necessary"
      }
    },
    {
      "id": "a1c972d5-1455-48d8-9f6d-053147db5db2",
      "name": "Email is not valid, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        -40,
        980
      ]
    },
    {
      "id": "84f0521d-38e8-4ef4-b590-5ef6d06ebfa2",
      "name": "Score lead with MadKudu",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -40,
        740
      ]
    },
    {
      "id": "f9553935-ca49-43d5-b3a5-d469edac5e83",
      "name": "Verify email with Hunter",
      "type": "n8n-nodes-base.hunter",
      "position": [
        -580,
        840
      ]
    },
    {
      "id": "4f3de033-8936-44f0-9a07-e21f98f6811b",
      "name": "Not interesting enough",
      "type": "n8n-nodes-base.noOp",
      "position": [
        520,
        880
      ]
    },
    {
      "id": "f6b6829a-7bc7-4145-8933-db1ce965c1c9",
      "name": "if customer fit score > 60",
      "type": "n8n-nodes-base.if",
      "position": [
        200,
        740
      ]
    },
    {
      "id": "7e739bf6-1786-49b4-80d3-eeef406d7a6e",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        460
      ],
      "parameters": {
        "width": 162,
        "height": 84,
        "content": "👇🏽 Update the chat id to send to"
      }
    },
    {
      "id": "fd0e1600-b1d9-4829-a86b-2cccc6a565f2",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        500,
        560
      ]
    }
  ],
  "connections": {
    "n8n Form Trigger": {
      "main": [
        [
          {
            "node": "Verify email with Hunter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Score lead with MadKudu": {
      "main": [
        [
          {
            "node": "if customer fit score > 60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Verify email with Hunter": {
      "main": [
        [
          {
            "node": "Check if the email is valid",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "if customer fit score > 60": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Not interesting enough",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if the email is valid": {
      "main": [
        [
          {
            "node": "Score lead with MadKudu",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Email is not valid, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}