Hi, I have a Clay workbook called “Find contact info” that includes tables for finding mobile numbers and work emails.
I need to connect this workbook to n8n via an HTTP Request node, so that n8n can send a person’s name, email, or company to Clay, and Clay returns enriched data (like phone number and LinkedIn).
Could you please provide me with:
- 1.
The API endpoint URL for this workbook (for POST requests from n8n).
- 2.
The expected input format (JSON structure).
- 3.
The response format (how enriched data will be returned).
I already have my Clay API key, but I need the exact workflow URL or endpoint to call from n8n.