Send Clay data to Zapier
Use webhooks to send Clay data to trigger Zapier workflows.
With HTTP API, you can send data from your Clay table to Zapier to trigger workflows.
To do this, we’ll take advantage of Zapier webhooks!
Setting up Zapier
To begin, we'll first set up a Zapier webhook which is going to "catch" your Clay data.
- Create a new Zap.
- Click
Trigger
and selectWebhooks
. - Under
Trigger event
selectCatch Hook
. - Under
Test
, copy the webhook URL. - Finish the Zap by setting up an
Action
.- While you'll need to complete this step to publish the Zap, it's not essential for creating the webhook, so you can choose any action.
Adding to Clay
Now that you’ve created your Zap, you’ll need to paste the webhook URL into a Clay table.
- Navigate to your Clay table, click
Add enrichment
and search forHTTP API
. - For
Method
→POST
. - Paste the webhook URL into
Endpoint
. - In the
Body
section, include the data from your table that you want to use in your Zap, formatted in JSON.- You can use dynamic column names so that each of your rows gets sent to Zapier separately.
- Click
Save
→Save and run
. A200
response in the column cell confirms that your webhook successfully sent the data to Zapier.
{
"variable": "ColumnName",
"variable": "ColumnName"
}
Starter
Explorer
Pro
Enterprise