Comment on page
Airtable
To use Airtable with PixieBrix, you’ll need to set up an integration.
Airtable API keys will be deprecated in January 2024, at which time you’ll need to use tokens with restricted scopes to access. Updated documentation will come at that time if it impacts your usage with PixieBrix.
- 1.
- 2.Click to access your API key (you’ll need to confirm your email if you haven’t already).
.png?alt=media&token=7fdad656-e2ab-40f2-b4bc-75d8bcdfc55b)
- 3.Copy the key value.
Your “base” is your board the holds the data. To find your baseId, go to the base or project in Airtable.
When on a base, you can find the ID in the URL. It’s the first string that comes between the
/
and starts with app
..png?alt=media&token=551382f9-9cb9-4469-afdd-2f7f2132eb94)
Copy the whole string, everything between
airtable.com/
and the next /
To set up a cloud integration that your team can access, head to the Admin Console. (If you'd rather set up something locally, use the Extension Console. Learn more about Configuring Integrations.)
From the Integrations section in the Admin or Extension Console, click the + Add Integration button in the top right corner.
.gif?alt=media&token=470f4986-a2ba-45bf-a646-23e0ba3896f0)
Search for and select the Airtable integration.
.png?alt=media&token=c81d88b8-b07f-415e-8949-7892a872ce65)
Name your configuration something clear to you.
Paste the
apiKey
you retrieved from Airtable, as well as the baseId
.
Last modified 12d ago