Communication & Messaging

0423 Slack Hunter Send Webhook

0423 Slack Hunter Send Webhook

Manual
High
11
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
11
Node Types
7

Node Types

slack
Slack
1 node
form Trigger
n8n Form Trigger
1 node
if
Check if the email is valid, if customer fit score > 60
2 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2
3 nodes
no Op
Email is not valid, do nothing, Not interesting enough
2 nodes
http Request
Score lead with MadKudu
1 node
hunter
Verify email with Hunter
1 node

Workflow JSON

7.7 KB
{
  "name": "0423 Slack Hunter Send Webhook",
  "nodes": [
    {
      "id": "1a461b8a-090e-4dc4-a3d7-bf976a49828e",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1660,
        200
      ],
      "parameters": {
        "text": "=⭐ Got a hot lead for you  {{ $json.properties.first_name }} {{ $json.properties.last_name }} from  {{ $json.company.properties.name }} ({{ $json.company.properties.domain }}) based out of {{ $json.company.properties.location.state }}, {{ $json.company.properties.location.country }}.\n\n\n{{ $('Score lead with MadKudu').item.json.properties.customer_fit.top_signals_formatted }}",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "name",
          "value": "#interesting_leads"
        },
        "otherOptions": {}
      },
      "credentials": {
        "slackApi": {
          "id": "241",
          "name": "Nathan Slack Bot token"
        }
      },
      "typeVersion": 2.1
 ...

Showing first 1000 characters. Click "Expand" to view the full JSON.