Workflow: Manual Hunter Automate

Workflow Details

Download Workflow
{
    "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": "user@example.com",
                "operation": "emailVerifier"
            },
            "credentials": {
                "hunterApi": "hunter api creds"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Hunter",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Push Multiple Files to Github Repo via Github REST API
View
Form GoogleSheets Create Triggered
View
Receive updates for the position of the ISS every minute and push it to a database
View
Matomo Analytics Report
View
Stock Q&A Workflow
View
TOTP VALIDATION (WITHOUT CREATING CREDENTIAL)
View
Create a channel, add a member, and post a message to the channel
View
Code Editimage Automation Webhook
View
AI agent: expense tracker in Google Sheets and n8n chat
View
GoogleSheets Gmail Send Triggered
View