> ## 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.

# Quickstart: Instant Airtable Triggers for Make.com

> Stop waiting for Airtable polls. Learn how to get instant notifications for record changes in your Make.com scenarios in just a few minutes.

### Getting Started Guide

<Steps>
  <Step title="Create a free Account">
    <Card title="Sign up for Simplified Webhooks" icon="user-plus" horizontal href="https://simplified-webhooks.com/auth/sign-up">
      Click here to create your free account and start receiving events.
    </Card>
  </Step>

  <Step title="Connect your Airtable account">
    You'll need to create a Personal Access Token in Airtable to allow Simplified Webhooks to monitor your bases.

    <Accordion title="How to create a Personal Access Token (PAT)">
      You can create a Personal Access Token in your Airtable account settings. For detailed instructions, refer to the [official Airtable documentation.](https://support.airtable.com/docs/creating-personal-access-tokens)

      Make sure to grant the following scopes:

      ```typescriptreact theme={null}
      schema.bases:read
      webhook:manage
      data.records:read
      ```

      We've also prepared a short video to walk you through the process:

      <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/uCwTwugSIFs" title="How to create a Personal Access Token in Airtable for instant Triggers through Simplified Webhooks" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Accordion>
  </Step>

  <Step title="Create a Simplified Webhooks API Key">
    The API Key is used to create a connection between Make and your Simplified Webhooks account. You can create an API key in your [profile settings](https://www.simplified-webhooks.com/profile-settings).

    <Accordion title="2min Video Walkthrough">
      <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/w_st5bz6ses" title="How to create a Connection between Make and Simplified Webhooks for Instant Airtable Triggers" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Accordion>

    <Note>
      **Important:** We only show the API Key once. Treat your API Key like a password. Store it in a safe place and do not share it. You can always revoke your API Key and create a new one.
    </Note>
  </Step>

  <Step title="Setup your trigger in Make">
    1. Create a new scenario and search for **Simplified Webhooks** in the list of apps.
    2. Select the trigger you need (`New Records`, `Updated Records`, `Deleted Records`)
    3. If you setup a trigger for the first time, Make will prompt you to create a new connection. Give it a name and paste the **API Key** your created in the previous step.
    4. Once the connection is active, simply select the Airtable **Base** and **Table** from the dropdown menus and you are done!
  </Step>

  <Step title="You're done!" icon="party-horn">
    Your Make scenario will now run instantly whenever a record is changed in your selected Airtable base.
  </Step>
</Steps>
