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
A typical usage flow for the Enrow API
- You create a bulk search with the POST /email/find/bulk endpoint
- The search runs asynchronously.
- Once it finishes, Enrow notifies you by sending an http request to your webhook.
- 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 😺