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 Endpoint


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.

Set Headers


3. Define the Request Body

In the Body section, use the following JSON structure and map Clay columns:

{
    "firstName": "Nandu",
    "lastName": "Vijay",
    "domain": "aabasoft.com"
}

Set Headers

On this page