Hi! I’m trying to send data from Clay to n8n via the HTTP API block, but the webhook in n8n isn’t receiving any data.
Here’s my setup:
Headers: Content-Type: application/json
{
"email": "{{ email }}",
"company": "{{ company }}",
"linkedin_url": "{{ linkedin_url }}",
"phone": "{{ phone }}"
}When I click “Try on 5 rows” in Clay, nothing appears in n8n even though the webhook is “Listening for test event.”
I’ve confirmed the webhook URL is correct and I’m using the test URL, not the production one.
Could you please help me understand why the webhook isn’t receiving data from Clay’s HTTP API? Do I need to adjust something in Clay (headers, method, or run mode) for test webhooks to work?