hey guys - I want to import Meta campaign leads into Clay. They currently are in a google sheet where they're automatically added to once they're acquired. How can I add them automatically to a clay table from sheet?
Hey Tobia! If you take a look at the pricing page, webhooks are not part of the Starter Plan!
wasn't the webhook feature included in the Starter plan?
Hi yes - but I had to upgrade my plan (which frankly I really didn't want to at this stage : ))
Hello Tobia! Thanks for reaching out! I clicked on the table but it says the table has been deleted. Did you try recreating it in another table? I can see you solved the webhook issue which is great!
Use Clays Google Sheets sync: In Clay click + New Table choose Google Sheets as the source. Connect your Google account and select the sheet with your Meta leads. Clay will auto-sync new rows as they’re added no manual upload needed. That’s it your leads will flow into Clay in real time.
this isn't working - can you guys please help?
No not any subscription need to use webhooks
To create a webhook table in Clay:
1. In a workbook, click + Add
at the bottom
2. Search for Webhooks
and click Monitor webhook
Alternatively:
1. On your Clay home page, click + Create New
2. Scroll to "Other" section and select "Import data from Webhook"
Webhooks are available on all paid plans starting with Starter. If you're still unable to create one, you may need to upgrade your plan or there could be a technical issue.
No, webhooks are free to use. They're available on all paid plans starting with the Starter plan. You can create webhook tables to automatically receive data from external sources at no additional cost.
it's not letting me create one
do I need a specific subscription for webhooks?
To automatically add Meta campaign leads from your Google Sheet to Clay, use Google Apps Script with a webhook: Setup Steps: 1. In your Google Sheet, go to Extensions > Apps Script 2. Create a script that monitors for new rows and sends data to Clay via webhook 3. In Clay, create a webhook table to receive the data The Google Apps Script will automatically detect new leads added to your sheet and push them to your Clay table in real-time. Full instructions are available in our webhook guide. Are you familiar with setting up Google Apps Scripts, or would you prefer step-by-step guidance for the webhook configuration?