> ## Documentation Index
> Fetch the complete documentation index at: https://simplified-webhooks.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to our documentation center.

## What is Simplified Webhooks?

Simplified Webhooks replaces slow, polling-based Airtable triggers with **instant webhooks**. This means your automations run in **seconds, not minutes**, after a record is created, updated, or deleted.

Our integration apps **handle all the complexity for you**. You simply connect your accounts and we set up the instant connection to Airtable automatically.

## Let's get started

Setup your first webhooks in minutes.

<CardGroup cols={3}>
  <Card title="Start on Make" icon="webhook" horizontal href="https://simplified-webhooks.com/docs/make/quickstart-make">
    Watch Instant Airtable changes in four easy steps.
  </Card>

  <Card title="Start on n8n" icon="webhook" horizontal href="https://simplified-webhooks.com/docs/n8n/quickstart-n8n">
    Real-time triggers using an n8n Webhook node.
  </Card>

  <Card title="Start on Zapier" icon="webhook" horizontal href="https://simplified-webhooks.com/docs/zapier/quickstart-zapier">
    Catch Hook triggers without polling.
  </Card>
</CardGroup>

### When to use Simplified Webhhoks

In many cases you can use Airtable automations to send a request to your webhook. If **speed matters** or **you need to know who changed** something, the Simplified Webhooks modules will be your friend.

|                          Features                          | Airtable Automations | Simplified Webhooks |               Polling based triggers               |
| :--------------------------------------------------------: | :------------------: | :-----------------: | :------------------------------------------------: |
|   Trigger for New Records<br />- who created the record?   |    ✅<br /><br />❌    |    ✅<br /><br />✅   |          ✅ (after X Minutes)<br /><br />❌          |
| Trigger for Updated Records<br />- who updated the record? |    ✅<br /><br />❌    |    ✅<br /><br />✅   |          ✅ (after X Minutes)<br /><br />❌          |
| Trigger for Deleted Records<br />- who deleted the record? |    ❌<br /><br />❌    |    ✅<br /><br />✅   |                   ❌<br /><br />❌                   |
|                    Time for 1 new record                   |       \~1500ms       |     **\~300ms**     | Depends on the polling interval (minimum 1 Minute) |
|                   Time for 10 new records                  |      \~12seconds     |     **\~1600ms**    | Depends on the polling interval (minimum 1 Minute) |
|                  Time for 100 new records                  |   \~1min 38seconds   |   **\~11seconds**   | Depends on the polling interval (minimum 1 Minute) |
