Airtable API wiki
Working with the Airtable API?
Please add your learnings, favorite links and gotchas here by editing this page.
Using Airtable with Nango​
Provider template name in Nango: airtable
Follow our quickstart to add an OAuth integration with Airtable in 5 minutes.
App registration & publishing​
Rating: Easy & fast
Registering an app takes only a few minutes and you can start building immediately: App registration docs
To publish it (so any airtable user can install it) a few more details are needed (support email, terms) but no manual review: Publishing docs
Useful links​
API specific gotchas​
- During the OAuth flow the user can decide to which resources (Bases) the app should have access to. Read more here
- Refresh tokens also expire after 60 days of non use. Make sure you call
nango.getToken()
at least every 60 days to trigger a refresh.