Setup your own API / SDK to enrich data with Clay.
Remix this val
Set up a Clay workbook with both a Webhook column and an HTTP API column
(or use
this template)
Copy your Clay workbook's Webhook column URL
Set that as CLAY_WEBHOOK_URL in this val's Environment variables on the left sidebar
Copy main.tsx's HTTP endpoint URL
Paste that in the HTTP API column in Clay, with /clay-webhook on the end
of it
Try it out: click Run in demo.ts