Airtable Connection
  • 1 Minute to read
  • Dark
    Light
  • PDF

Airtable Connection

  • Dark
    Light
  • PDF

Article Summary

Announcement:

Starting February 1st, 2024, Airtable will deprecate the use of API keys. Airtable is transitioning to a new and improved authentication system using OAuth2, enhancing security and user experience. While we'll continue to support our current API Key system until February 1st, 2024, we encourage you to make the switch to OAuth2 as soon as possible.

Introduction

Airtable combines the simplicity of spreadsheet interfaces with the robust functionality of a database. It's widely used for project management, inventory tracking, event planning, and more, offering a flexible and user-friendly approach to data organization and collaboration.
This guide will outline the steps involved in integrating Airtable with Rivery.

Prerequisite

Obtaining Your Base ID

  1. Go to https://airtable.com/api.
  2. Sign in with your email and password.
  3. Select your desired Base to view its specific API documentation.
  4. Find your Base ID in the Introduction section.
    base_id_pointer.png

Alternate Method for Finding Base ID:

  1. Go to your Base's interface page.

  2. Click on the HELP (?) button at the top right (near your Account menu).

  3. From the menu, select <>API documentation:

    airtable_help_button_clicked_to_show_API_doc_link_-_edited_with_arrow.PNG

Please Note:

The Base ID is essential for connecting to a specific Base. Each River can only connect to one Base.

Establishing a Connection

  1. Fill in the Connection's Name.

  2. Choose Credentials Type.

    • OAuth2:
      1. Click Connect to Airtable.
      2. Enter Your Email or choose from the available connection options.
    • API Key:
      1. Input API Key (scheduled for deprecation).
  3. Optionally, you can verify the connection by entering a Base ID and a Table name from that Base, followed by clicking the Test Connection button.

image.png


Was this article helpful?