To enrich leads from Zapier using Clay, you'll need to set up a webhook connection:
1. In Zapier, create a new Zap and select "Webhooks" as your trigger
2. Choose "Catch Hook" as the trigger event
3. Copy the webhook URL Zapier provides
Then in Clay:
1. Navigate to your table and click "Add enrichment"
2. Search for and select "HTTP API"
3. Set Method to POST
4. Paste the Zapier webhook URL into the Endpoint field
5. In the Body section, include the data you want to send in JSON format: LBKS{ "email": "EmailColumn", "name": "NameColumn" }LBKSWhen you save and run, a 200 response confirms successful data transmission to Zapier.