Webhooks in Clay
Real-time data updates enabling application integrations and automated workflows.
Webhooks enable Clay to automatically receive data from other applications through HTTP POST requests in JSON format whenever specific events occur.
Your table updates instantly with new data, eliminating manual entry. This feature is particularly valuable for real-time updates, such as when adding new leads or modifying records based on external triggers.
Creating a table with webhook
- In a workbook, click
+ Add
at the bottom. - Search for
Webhooks
and clickMonitor webhook
. - Copy the URL/cURL.
- URL: Paste this URL into the application sending data to Clay. This URL is where your data will be sent.
- cURL: Paste the cURL command into your command line to send data directly to Clay.
- Optionally, add authentication token. To secure your webhook, you can include an authentication token in the header of your request.
- Make sure to copy the token immediately, as you can only access authentication tokens once.
Starter
Explorer
Pro
Enterprise