Blocks
Clay
Populate Clay workbook with data
Populate Clay workbook with data using a JSON or plain text. Enables direct communication and notifications with channel confirmation.
Toolsclay
Block Preview
Clay
Populate Clay workbook with data
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the clay block with monitoring enabled in production.
Inputs (UI)
Webhook URL
short-inputPlaceholder: Enter Clay webhook URL
Layout: full
Data (JSON or Plain Text)
long-inputJSON vs. Plain Text: JSON: Best for populating multiple columns. Plain Text: Best for populating a table in free-form style.
Placeholder: Enter your JSON data to populate your Clay table
Layout: full
Auth Token
short-inputPlaceholder: Enter your Clay Auth token
Layout: full
Inputs (API)
authToken
stringRequired
webhookURL
stringRequired
data
jsonRequired
Outputs
Primary response type:
{
"data": "json"
}Tool Access
clay_populate