I added this google sheet enrichment(or node) whatever it is said inside clay as a new column. but the problem is I am not seeing the option of giving sheet id input field. I am on free trail plan. I checked website of this google sheet node in clay.com and it said this node is available in all plan.
The Google Sheets integration requires Clay's Starter plan ($149/mo) and is not accessible on the free plan. You'll need to upgrade to the Starter plan to use any Google Sheets actions, including Add Row, Lookup Row, or Lookup, Add, or Update Row. Once you upgrade, you can connect your Google account by clicking Add Enrichment, searching for "Google Sheets", selecting any Google Sheets action, clicking Add Account, and signing into your Google account.
Yes, you can sync data between Clay and Google Sheets on the free plan using external automation tools like n8n. For Google Sheets to Clay: Use Google Apps Script to send data via webhooks to Clay tables. This involves creating a script that cycles through your Google Sheet rows and sends data to Clay's webhook endpoint. For Clay to Google Sheets: You can export Clay data as CSV and import it to Google Sheets, though this requires manual steps. The webhook method works with Clay's passthrough tables (enterprise feature) for high-volume automated syncing, but basic webhook functionality should work on free plans for sending data into Clay.
