Marketing & Advertising Automation

0991 Manual Hunter Automate Triggered

0991 Manual Hunter Automate Triggered

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

809 Bytes
{
  "name": "0991 Manual Hunter Automate Triggered",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Hunter",
      "type": "n8n-nodes-base.hunter",
      "position": [
        450,
        300
      ],
      "parameters": {
        "email": "[email protected]",
        "operation": "emailVerifier"
      },
      "credentials": {
        "hunterApi": "hunter api creds"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Hunter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}