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