How Do I Set Up My Make Integration?
Create a custom webhook in a Make scenario, then paste its URL into a new Make integration in Evaboot. Once connected, Evaboot sends your export and email results straight into your Make scenario.
Before you start
Section titled “Before you start”- A Make account where you can create scenarios.
- Evaboot open at dash.evaboot.com/dash/integrations/.
In Make: create the webhook
Section titled “In Make: create the webhook”- Create a new scenario in Make.

- Add a Webhooks module and choose Custom webhook. Click Add next to the Webhook dropdown and give the webhook a name.

- Copy the webhook URL Make generates.

- Save the scenario and turn it on. Keep the tab open — you’ll come back to map fields after the first delivery.

In Evaboot: connect it
Section titled “In Evaboot: connect it”- Open Integrations. Stay on the Webhooks tab, click New integration, and choose Make.
- Name the integration and paste the webhook URL.

- Optional — API key. If you restrict your Make webhook with API key authentication (Make stores the keys in a keychain), enter the same key here. Evaboot sends it as the
x-make-apikeyheader. Leave it empty otherwise. - Pick what to send.
- Data types: Exports, Lists (URL Enrichment), Email Finder jobs, Email Verifier jobs.
- Scope: all folders, or specific ones.
- Pick the trigger.
- Automatic — sends results as soon as a job completes and is paid. One automatic integration per data type.
- Manual — keeps the webhook quiet. It only delivers when you send a test.
- Click Request sample to see the exact JSON Evaboot will post — useful for building the rest of your scenario.

- Click Create webhook.
Test it
Section titled “Test it”- In Make: click Run once on the scenario so the webhook is listening.
- In Evaboot: open the webhook’s actions menu and click Send test. Evaboot posts a sample payload — fake data, never your real leads.
- In Make: the delivery appears in View logs with a
TESTtag and the HTTP response code, and Make shows the received bundle. Use it to map fields in the modules you add after the webhook.
If it didn’t work
Section titled “If it didn’t work”- “Non-2xx response or transport failure” — check the logged response code. Confirm the URL is the one Make generated for this webhook.
- Make receives nothing — the scenario must be on (or listening via Run once). The webhook URL must be current — Make regenerates it if you recreate the webhook module.
- 401/403 in the logs — the API key in Evaboot doesn’t match the key configured on the Make webhook.