No-code integrations

Add Enrike to your workflow in minutes.

Pick a tool, send one email or postcode to Enrike, then map the returned fields into your next step.

Choose your tool

One request. Three ways to build it.

01
Zapier

Enrich a record in a Zap.

Use a webhook action after any trigger that supplies an email or postcode.

  1. 1
    Choose your trigger

    For example: a new CRM contact or form response.

  2. 2
    Add Webhooks by Zapier

    Select POST, choose JSON, and enter these settings.

  3. 3
    Test and publish

    Map the returned fields into your next action.

Method
POST
URL
https://YOUR_ENRIKE_APP_URL/v1/enrich
Header
Authorization: Bearer YOUR_API_KEY
JSON body
{"email":"Email from trigger"}
02
Make

Enrich a record in a scenario.

Call Enrike with the HTTP v4 app, then use the response in later modules.

  1. 1
    Add your trigger module

    Select the app and event that starts the scenario.

  2. 2
    Add HTTP v4

    Choose Make a request, set the body type to JSON, and enter these settings.

  3. 3
    Run once and activate

    Map fields[] into the next module.

Method
POST
URL
https://YOUR_ENRIKE_APP_URL/v1/enrich
Header
Authorization: Bearer YOUR_API_KEY
JSON body
{"email":"Mapped email"}
03
n8n

Enrich a record in a workflow.

Use the HTTP Request node and store the API key as a credential.

  1. 1
    Add your trigger node

    Start with a webhook, schedule, or app trigger.

  2. 2
    Add HTTP Request

    Use a Header Auth credential for the API key and send a JSON body.

  3. 3
    Execute and activate

    Read the result from $json.fields in the next node.

Method
POST
URL
https://YOUR_ENRIKE_APP_URL/v1/enrich
Header
Authorization: Bearer YOUR_API_KEY
JSON body
{"email":"={{ $json.email }}"}
Request body

Send exactly one input.

Map a live value from your trigger in place of the example.

Email{"email":"joan@acme.com"}
Postcode{"postcode":"08001"}
International postcode{"postcode":"SW1A 1AA","country":"United Kingdom"}
Ready to connect

Copy your key. Build your first flow.

Open Enrike