Usage Instructions
Integrate Clay into the workflow. Can populate a table with data.
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 | No description |
data | json | Yes | No description |
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 |
metadata | object | Webhook response metadata |
↳ status | number | HTTP status code |
↳ statusText | string | HTTP status text |
↳ headers | object | Response headers from Clay |
↳ timestamp | string | ISO timestamp when webhook was received |
↳ contentType | string | Content type of the response |

