Clay
Populate Clay workbook
Configuration
Webhook URL*
Enter Clay webhook URL
Data (JSON or Plain Text)*
Enter your JSON data to populate your Clay table
Auth Token
••••••••
Optional: If your Clay table has webhook authentication enabled, enter the auth token here. This will be sent in the x-clay-webhook-auth header.
Tools
clay_populate
Populate Clay with data from a JSON file. Enables direct communication and notifications with timestamp tracking and channel confirmation.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
webhookURL | string | Yes | The webhook URL to populate |
data | json | Yes | The data to populate |
authToken | string | No | Optional auth token for Clay webhook authentication (most webhooks do not require this) |
Output
| Parameter | Type | Description |
|---|---|---|
data | json | Response data from Clay webhook |
status | number | HTTP status code |
statusText | string | HTTP status text |
headers | object | Response headers from Clay |
timestamp | string | ISO timestamp when webhook was received |
Usage Instructions
Integrate Clay into the workflow. Can populate a table with data.
Notes
- Category:
tools - Type:
clay