# Simplified Webhooks ## Docs - [List bases](https://simplified-webhooks.com/docs/api-reference/airtable-helpers/list-bases.md): List Airtable bases available on your connected account (for picking a `baseId`). - [List tables](https://simplified-webhooks.com/docs/api-reference/airtable-helpers/list-tables.md): List tables and fields for a base (for picking `tableId` / `columnId`). - [Disable monitoring](https://simplified-webhooks.com/docs/api-reference/audit-log/disable-monitoring.md): Stop logging changes. The Monitoring Base in Airtable is kept. - [Enable monitoring](https://simplified-webhooks.com/docs/api-reference/audit-log/enable-monitoring.md): Start logging changes for a base. A new Monitoring Base will be created in the Airtable account and changes will be written into it. - [List changes](https://simplified-webhooks.com/docs/api-reference/audit-log/list-changes.md): Return the changes of a monitored base. Filter by event, table, user, date range, and more. Changes are returned by occurrence date in descending order. - [List known workspaces](https://simplified-webhooks.com/docs/api-reference/audit-log/list-known-workspaces.md): Workspace ids you have used before when creating Monitoring Bases. - [List monitoring configs](https://simplified-webhooks.com/docs/api-reference/audit-log/list-monitoring-configs.md): List bases you are monitoring for record and schema changes. - [Update monitoring scope](https://simplified-webhooks.com/docs/api-reference/audit-log/update-monitoring-scope.md): Change what is logged: all changes, records only, or schema only. - [Latest snapshot](https://simplified-webhooks.com/docs/api-reference/usage/latest-snapshot.md): The most recent daily snapshot (per-table breakdown and totals), plus the largest attachments from that day. `day` is null if nothing has been counted yet. - [List tracked bases](https://simplified-webhooks.com/docs/api-reference/usage/list-tracked-bases.md): List bases you are tracking for daily record and storage counts. - [Run a count now](https://simplified-webhooks.com/docs/api-reference/usage/run-a-count-now.md): Count records and storage for every table immediately and return the totals. - [Snapshot history](https://simplified-webhooks.com/docs/api-reference/usage/snapshot-history.md): Daily snapshots, newest first. Pass `nextCursor` as `cursor` to load the next (older) page. - [Start tracking a base](https://simplified-webhooks.com/docs/api-reference/usage/start-tracking-a-base.md): Begin daily record and attachment-storage counts for a base at a local hour you choose. - [Stop tracking a base](https://simplified-webhooks.com/docs/api-reference/usage/stop-tracking-a-base.md): Stop future daily counts. Existing snapshots are kept. - [Update tracking settings](https://simplified-webhooks.com/docs/api-reference/usage/update-tracking-settings.md): Change the display name, schedule hour, or timezone. - [Delete a webhook](https://simplified-webhooks.com/docs/api-reference/webhooks/delete-a-webhook.md): Stop delivering notifications for this webhook. - [Register a webhook](https://simplified-webhooks.com/docs/api-reference/webhooks/register-a-webhook.md): Start receiving Airtable change notifications at your HTTPS URL. Pick an `event` type (new records, updates, schema changes, etc.). - [Update webhook URL](https://simplified-webhooks.com/docs/api-reference/webhooks/update-webhook-url.md): Change the HTTPS URL where notifications are delivered. - [Base-Wide Webhooks](https://simplified-webhooks.com/docs/base-wide-events.md): Watch all record or schema changes in an Airtable base with a single webhook registration. - [Watch Column Events](https://simplified-webhooks.com/docs/column-events.md): Trigger webhooks when Airtable columns (fields) are created, updated, or deleted. - [How we process different field types](https://simplified-webhooks.com/docs/field-types.md): You can store different types of data within Airtable. From simple text to files to referencing one or multiple collaborators. This information is stored in different formats within Airtable. - [Introduction](https://simplified-webhooks.com/docs/index.md): Welcome to our documentation center. - [Quickstart: Instant Airtable Triggers for Make.com](https://simplified-webhooks.com/docs/make/quickstart-make.md): Stop waiting for Airtable polls. Learn how to get instant notifications for record changes in your Make.com scenarios in just a few minutes. - [3 Ways to Watch Airtable Changes with Make](https://simplified-webhooks.com/docs/make/three-ways-to-watch-changes.md): Compare three methods (Airtable Automations, Make's Watch Records, Simplified Webhooks) to trigger Make scenarios when your Airtable data changes. - [Watch Deleted Airtable Records on Make](https://simplified-webhooks.com/docs/make/watch-deleted-records.md): When to use the Watch Deleted Airtable Records trigger and what to expect. - [Watch New Airtable Records on Make](https://simplified-webhooks.com/docs/make/watch-new-records.md): Get an instant trigger for new Airtable records in Make — a real-time alternative to the native Watch Records polling module. When to use it and what to expect. - [Watch Updated Airtable Records on Make](https://simplified-webhooks.com/docs/make/watch-updated-records.md): When to use the Watch Updated Airtable Records trigger and what to expect. - [Quickstart: Airtable Webhooks to n8n (real-time)](https://simplified-webhooks.com/docs/n8n/quickstart-n8n.md): Get instant Airtable triggers into n8n using a Webhook node. No polling, no scripts. - [Watch Deleted Airtable Records in n8n](https://simplified-webhooks.com/docs/n8n/watch-deleted-records.md): Trigger n8n when records are deleted in Airtable—no polling required. - [Watch New Airtable Records in n8n](https://simplified-webhooks.com/docs/n8n/watch-new-records.md): Trigger n8n instantly when new Airtable records are created. - [Watch Updated Airtable Records in n8n](https://simplified-webhooks.com/docs/n8n/watch-updated-records.md): Trigger n8n with before/after values when Airtable records change. - [Watch Table Events](https://simplified-webhooks.com/docs/table-events.md): Trigger webhooks when Airtable tables are created, updated, or deleted. - [Quickstart: Airtable Webhooks to Zapier (real-time)](https://simplified-webhooks.com/docs/zapier/quickstart-zapier.md): Catch Airtable changes instantly in Zapier using Webhooks by Zapier. - [Watch Deleted Airtable Records in Zapier](https://simplified-webhooks.com/docs/zapier/watch-deleted-records.md): Trigger a Zap when records are deleted in Airtable. - [Watch New Airtable Records in Zapier](https://simplified-webhooks.com/docs/zapier/watch-new-records.md): Trigger Zapier instantly when new Airtable records are created. - [Watch Updated Airtable Records in Zapier](https://simplified-webhooks.com/docs/zapier/watch-updated-records.md): Trigger a Zap with before/after values when Airtable records change. ## OpenAPI Specs - [openapi](https://simplified-webhooks.com/docs/openapi.json)