Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 933 Bytes

airtable.md

File metadata and controls

31 lines (27 loc) · 933 Bytes

Finding the Airtable Variables

Generating the Airtable API Key

  1. Login to airtable:
  2. Enter https://airtable.com/account
  3. Click on generate API Key (You don't have to copy the Key).

Creating the Airtable Table

  1. Create a table (you can use a base or start from scratch) with these parameters:
    First Image The parameters are:
  • Table name: People
  • Fields:
    • Name (Type = Text)
    • Registered (Type = Check)
    • Email (Type = Email)
    • Github Username (Type = Text)

Getting the Airtable Url

  1. Go to https://airtable.com/api
  2. Enter to extras/API Keys.
  3. Select the table you want:
    Second Image
  4. Click on show API Key.
  5. In the AUTHENTICATION section get the API URL without the cURL instruction.
    Third Image In this for example the url would be: https:// ...