Back to Integrations
integrationWebhook node
integrationAirtable node

Webhook and Airtable integration

n8n lets you integrate Webhook with Airtable to build powerful workflows. Design automation that extracts, transforms and loads data between your apps and services. You can choose from thousands of ready-made apps or use our universal HTTP connector to sync apps not yet in our library.

Integrate Webhook and Airtable

Build your own Webhook and Airtable integration

Create custom Webhook and Airtable workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

How to connect Webhook and Airtable

  • Step 1: Add the first step

  • Step 2: Add Webhook and Airtable nodes

  • Step 3: Connect Webhook and Airtable

  • Step 4: Run workflow

Build a self-hosted URL shortener with a dashboard

This workflow creates an automatic self-hosted URL shortener. It consists of three sub-workflows:

  1. Short URL creation for extracting the provided long URL, generating an ID, and saving the record in the database. It returns a short link as a result.
  2. Redirection for extracting the ID value, validating the existence of its correspondent record in the database, and returning a redirection page after updating the visits (click) count.
  3. Dashboard for calculating simple statistics about the saved record and displaying them on a dashboard.

Read more about this use case and how to set up the workflow in the blog post How to build a low-code, self-hosted URL shortener in 3 steps.

Prerequisites

  • A local proxy set up that redirects the n8n.ly domain to your n8n instance
  • An Airtable account and credentials
  • Basic knowledge of JavaScript, HTML, and CSS

Nodes

  • Webhook nodes trigger the sub-workflows on calls to a specified link.
  • IF nodes route the workflows based on specified query parameters.
  • Set nodes set the required values returned by the previous nodes (id, longUrl, and shortUrl).
  • Airtable nodes retrieve records (values) from or append records to the database.
  • Function node calculates statistics on link clicks to be displayed on the dashboard, as well as its design.
  • Crypto node generates a SHA256 hash.

Nodes used in this workflow

Over 3000 companies switch to n8n every single week

Airtable supported actions

Get Many
List all the bases
Get Schema
Get the schema of the tables in a base
Create
Create a new record in a table
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a record from a table
Get
Retrieve a record from a table
Search
Search for specific records or list all
Update
Update a record in a table

Webhook and Airtable integration details

Looking to integrate Webhook and Airtable in your company?

Why use n8n to integrate Webhook with Airtable

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon