Hatch x Clay Integration
This guide uses the findEmail
endpoint as an example, but the steps are the same for other action as well.
1. Set the API Endpoint
In the Setup Inputs section of Clay:
- Set the Method to
POST
- Enter the Endpoint for the action you're using (e.g.,
findEmail
,findPhone
, etc.) - For this example: https://api.hatchhq.ai/v1/findEmail
2. Add the Headers
In the Headers section:
- Add a key:
x-api-key
- Set the value to your Hatch API Key
🔐 How to get your API key? Visit How to Get API Key for instructions on where to find your apiKey.
- Optionally, add another header:
Content-Type: application/json
Example Header:
This ensures Clay is authorized to send requests to the API.
3. Define the Request Body
In the Body section, use the following JSON structure and map Clay columns: