I’m having a hard time creating a webhook receiver for a Clay table. I have the explorer level subscription and have created webhooks in other tables before but can’t track down how to set it up in the current table I’m working on. Any help here is much appreciated.
Here's how to set up a webhook receiver for your Clay table: 1. For a new table:
• Go to your Clay home page
• Click the + Create New
button
• Scroll to "Other" section and select "Import data from Webhook"
2. For an existing table:
• Click on Actions
• Select Import
• Choose "Monitor webhook"
3. Once set up, you'll receive a webhook URL or cURL command. Copy this URL to paste into the application that will be sending data to Clay.
4. Optional: You can add an authentication token to secure your webhook using the key x-clay-webhook-auth
. Make sure to copy this token immediately as it's only accessible once.
Sources:
Table sources overview | Documentation | Clay University
Import Data to Clay Using Webhooks