API Reference

The best way to be notified for finished searches or verifications

What is a webhook ?

If you aren't familiar with the concept, the following schema from Zoho explains it simply

Webhooks allow you to receive data without having to ask for it

Webhooks allow you to receive data without having to ask for it

A typical usage flow for the Enrow API

  1. You create a bulk search with the POST /email/find/bulk endpoint
  2. The search runs asynchronously.
  3. Once it finishes, Enrow notifies you by sending an http request to your webhook.
  4. You fetch the content of the search results by using the GET /email/find/bulk endpoint

Setup a webhook

As of today, you can only edit one webhook from the webapp on the integration's page..

The format to follow is simple, provide your endpoint preceded by the http protocol of your choice, for instance: https://randomwebsite.com/api/enrow_webhook

Working with Enrow & webhooks

Six types of event in Enrow can trigger a webhook call:

  • A single search has finished
  • A bulk search has finished
  • A single verification has finished
  • A bulk verification has finished
  • A single phone search has finished
  • A bulk phone search has finished

Any questions ?

Do not hesitate to run into us using Intercom, we'll be happy to answer 😺