Hello Clay S. I have a webhook between vector.co & Clay, but the table doesn't seem to be populating the workbook. It looks simple enough & like a set it up correctly, but no data. Can I have help with this?
Here are common reasons why your webhook table isn't populating:
Setup Issues:
** Verify you copied the correct webhook URL from Clay and pasted it into your external application
** Ensure your external app is sending HTTP POST requests in JSON format
** Check if you need an authentication token in the header
Data Format:
** Webhooks require JSON format data
** Your external application must send POST requests to the Clay webhook URL
Testing:
** Test your webhook setup using tools like RequestBin or Postman before going live
* Verify the trigger events are properly configured in your source application
Since you mentioned JSON or formatting could be involved, please copy and paste the JSON data you're sending into this chat so I can help troubleshoot the specific format issue.