Table Webhooks
A webhook gives your table a URL that external tools can POST to. Every payload that arrives creates rows — see Webhooks and HTTP for how to set one up.
View Table Webhooks is the other half of that: the list of endpoints already attached to this table.
What it does
- Lists every webhook endpoint pointing at this table
- Shows the URL to copy back into Zapier, Make, Stripe, a form tool, or your own backend
- Gives you one place to check what is creating rows before you go hunting through external tools
How to view them
- Click the ⚙️ icon in the top-right of the table
- Click View Table Webhooks
- Copy the URL you need, or check which integration owns it
To create a new one, go to Table → Import → Webhook instead.
When to check this screen
- Rows are appearing and you do not know why. An old automation is still POSTing.
- You are handing a table over. Confirm what is wired in before someone else owns it.
- You turned on Auto-run. Every incoming row now triggers every action column — know your inbound volume before you flip that switch.
- A form or payment tool changed. Re-copy the URL rather than guessing which endpoint it was using.
A webhook URL is a write endpoint for your table. Treat it like a credential — anyone holding it can create rows, and with Auto-run on, those rows spend credits.
Further automation
- Point your website form at the webhook, enrich on arrival, and export to your sequencer — an inbound lead worked in minutes
- Send closed-won deals from your CRM into a table to build lookalike lists
- Use an HTTP Request action to push the enriched row back out to the tool that sent it
Where to next
- Webhooks and HTTP — full setup guide
- Lead Sourcing — the other ways rows get in