Skip to content

Airtable Requests

What is an Airtable Request?

An Airtable request is a way to integrate your Application with Airtable.

You can retrieve data, create new records, update existing ones, or delete information with Airtable as your backend database.

You can use Airtable to just fetch data without any authentication like in public blogs, or you can use authentication build by Wized so users can create account, sign in, read and write data based on permission setup in Wized configurator.

To create airtable requests you will need to first create an Airtable Wized App.

How to Create Airtable App

1. Go to My Apps

Begin by going to the 'My Apps' panel in Wized.

  1. Click the + button at the top of the panel.

  2. Add a name for your app for later reference, i.e. Airtable App.

  3. Pick the Airtable option.

Adding an Airtable App to my apps

  1. Connect Airtable using OAuth and select bases you want to use with this app

  2. Click "Add base" and select Airtable Base

  3. Click "Grant access" and wait for the authorization

Connect Airtable Oauth Popup

2. Configure your request

Create a new request, and add basic info

  • Name your request i.e. get_blog_posts
  • Add your request to a folder (optional)
  • Select your Airtable App from the dropdown

Adding basic info to our request

Select method

You will need to select one of the methods for a specific functionality

3. User authentication

If you want to have an authentication system on your app, you just need to check "Enable authentication" in the app configuration

Enable authentication

Select Base from which you want to store and retrieve users

Select table from which you want to store and retrieve users

In the selected table you will need to have two fields, email and password

Select email and password fields and you are ready to go.

Go to the Requests panel and start configuring your request.