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

Manual HTTP Automation Webhook
View
Manual Stickynote Automation Webhook
View
Mattermost Webhook
View
Splitout Comparedatasets Create Triggered
View
Splitout GoogleCalendar Automate Webhook
View
Convert YouTube Videos into SEO Blog Posts
View
Create Custom Presentations per Lead
View
GitHub Aggregate Create Webhook
View
Telegram ChatBot with multiple sessions
View
GoogleSheets Slack Send Triggered
View