Anyone know where I'm going wrong with this? Trying to push some values to Zapier https://www.loom.com/share/13832fcf85bb476285da85edbbd23313?sid=790e1f49-41f5-4f31-9552-1089e12bdd6b
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 Clay Guide: How to send your Clay table data to Zapier with HTTP API