There are two ways to interact with Zapier in Clay: 1. Sending data FROM Clay TO Zapier:
⢠Add an HTTP API enrichment in your Clay table
⢠Set Method to POST
⢠Use your Zapier webhook URL as the endpoint
⢠Format your data as JSON in the Body section
⢠A successful push will show a 200 response
2. Sending data FROM Zapier TO Clay:
⢠Add Clay action in your Zap
⢠Connect your Clay account using your API key (found in Settings > Account > API key)
⢠Configure the action settings to specify workspace and table
⢠Test the Zap to verify data appears in ClayWithout seeing your specific setup, common issues might include: ** Incorrect API key configuration
** Wrong webhook URL
** Improperly formatted JSON data
** Missing workspace/table configurationTo troubleshoot, verify these settings and run a test to check the response codes.
Sources:Guide: How to send Zapier information to ClayGuide: How to send your Clay table data to Zapier with HTTP API