Troubleshooting Webhook Issues with Clay and n8n Integration
Hi, I have set up a webhook in this table, and it's waiting for events; on the other side, I am sending JSON from HTTP POST requests from n8n, but I am not receiving anything into my Clay table (Waiting for responses... The webhook hasn't received any data yet.). I have tested my POST request on webhook.site, and it's working: data is displayed as expected as key-values ordered in a JSON:
{
"companyDomain": "company.com",
"SOC 2 Status": "FALSE",
"ISO 27001 Status": "FALSE"
}
What am I missing? I just want to receive these values to put them into columns.