Skip to content

icon picker
Setup

To begin working with the plugin you will need to do some preparation.
Check the video instructions

Getting API keys and base URLs

1) After logging in to your AirTable account head over to and generate an access token.
create-token-s1.JPG
when creating a token enter a name, select scopes and bases you want to token to access.
create-token-s2.JPG
for the scopes, select data.records:read and data.records:write scopes, without these scopes the plugin wont work.
create-token-s3.JPG
after clicking create token, copy the token and save it.
create-token-s4.JPG
2) Then, open , click on your AirTable base and copy the base ID that you can find in “Introduction” tab. Your AirTable Base URL will be https://api.airtable.com/v0/{baseID}.
image.png
image.png
3) Inside Bubble go to “Settings” and open API tab, check “Enable Workflow API and backend workflows”, “Enable Data API” and select all the tables that needs to be synchronized, then click “Generate a new API token” to get Bubble API private key.
Do not forget to tick the “Use Field display instead of ID for key names” checkbox.
In here you can also find Bubble’s base URL, copy “Data API root URL”.
image.png
4) Now go to the plugins tab inside your Bubble app and select Bubble to Airtable Two-way Sync Plugin, then fill in the fields:
AirTableToken with AirTable API key from step 1.
AirTableBaseUrl with AirTable base URL from step 2.
BubbleToken with app private key generated in step 3.
BubbleBaseUrl with Data API root URL from step 3.
image.png

Create tables and required fields

For this plugin to work properly each table in Bubble and AirTable must have special fields. Bubble tables must have a field named “AirId” and AirTable tables must have a field named “BubbleId”.

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.