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