Airtable
How to connect your Airtable account with Village
Last updated
How to connect your Airtable account with Village
Last updated
An Airtable account with sufficient rights to generate API tokens.
Log in to your Airtable account and go to the Developer Hub.
Start the personal access token creation flow by clicking on "Create token".
Give your personal access token a name, and configure the token's scopes so that it may have a read-only access on your data. Depending on the kind of activities you wish to connect to Village, you may restrict these scopes.
Once you have created your token, copy it - it will only be displayed once.
Retrieve the ID of the table (base) you wish to synchronize: this ID can be retrieved from the Airtable URL.
base_id
: The ID of the Airtable base which needs to be synchronized. If multiple bases need to be synchronized, multiple connections will need to be created.
token
: The personal access token which has access to the above base. See the steps above to create it