Webhook
Mail Search and verifications or linkedin data retrieve , typically taking more than 15 seconds. However, they may take longer if a company's SMTP server or website are slow.
Instead of checking task status manualy, you can use webhooks to receive the results asynchronously once they are ready.
How to Use Webhook
To receive results via a webhook, pass an webhook url via your API request. This webhook url must a publicly accessible URL where you want to receive the results.
Supported Endpoints
Webhooks are available for the following API endpoints:
Search Email by Fullname and Domain
Webhook parameter
We will call the webhook URL passed during task creation after the task is completed. The task result will be placed in the body in JSON format. Please ensure that your callback URL can receive requests in the application/json format. For specific task results, please refer to different API Endpoints.