Skip to main content

How Do I Set Up My n8n Integration?

Here's a comprehensive tutorial on how to integrate Evaboot to your n8n workflow.

Updated today

Setting up Webhook Within n8n

  1. Create a new workflow in n8n.

  2. Select "On webhook call" as the trigger type.

  3. Copy the Production URL from the node.

  4. Set the HTTP method to POST and configure authentication if needed.

  5. Click Listen for Test Event or Execute Workflow to wait for the incoming test request.


Connecting n8n Webhook

1. Come back to Evaboot and connect n8n through the integration portal.


2. Paste the Production URL from your n8n Webhook node.

  • Authentication (optional)

    If your n8n endpoint requires a token or API key:

    • The Authorization header name is pre-filled.

    • Enter your token in the Value field.


      If your n8n webhook does not require authentication, leave this empty.

Some users prefer to keep their automations private so that only approved tools can send data into their workflow. Adding a token or API key works like giving the webhook a secret handshake. If someone tries to send data without that secret, n8n rejects it. This prevents accidental triggers and keeps your workflow protected.


3. Choose which data Evaboot will send.

Select the job type you want this integration to receive. The four available job types are:

  • Sales Navigator Export

  • URL Enrichment

  • Email Finder

  • Email Verifier

Each job type has its own data structure. You can click View sample webhook data to see an example data.

Filters (Sales Navigator data only)

If you select Sales Navigator Export, additional filters appear:

  • Lead filter: All leads or only filtered leads.

  • Email filter:

    • Safe Only

    • Safe + Risky

    • Safe + Risky +Empty

These filters determine which leads will be included in the webhook data.

4. Choose the execution mode.

Two modes are available:

Automatic

Evaboot triggers the webhook automatically whenever a job of the selected type completes and is paid.

You can only have one automatic integration per data type.

Manual

You manually select completed jobs from the dashboard and send them to your webhook.


5. Test your webhook.

Before saving, you must test the integration.
Ensure your n8n Webhook node is in listening mode.

  • Click Listen for Test Event or Execute Workflow.

  • In Evaboot, click Test Webhook.

  • Evaboot sends a sample payload to your webhook and waits for a success response.

Success

Evaboot shows a green success log.
The Create Integration button becomes active.​

Failure

Evaboot shows the error returned by n8n.
Common causes:

  • n8n was not listening

  • Wrong URL (using the test URL instead of production)

  • Wrong HTTP method

  • Authentication rejected

Fix the issue, then run the test again.

6. Save your integration.

Once the test succeeds:

  • Click Create Integration.

  • The integration appears in your list, with its status and logs visible.

Your n8n workflow is now connected. Evaboot will send data to it according to your selected execution mode.

Did this answer your question?