Airtable API connection method
To connect with your Airtable API, you need to provide the authorization and two pieces of information while the instructions for obtaining them.
- Clicking the authorize button redirects you to the Airtable sign-in page.
- After signing in, you will be redirected to the Feed Manager Settings page.
- To get the Base ID and Table ID, follow these steps:
Look at the URL in the address bar. It will look similar to this example:
https://airtable.com/appvel324GV/tbl0ZFWbemTP1/viw3qtF76QC4wKx?blocks=hide
- Identify the required IDs from the URL:
- Base ID: The part of the URL that starts with app, e.g., appvel32GV.
- Table ID: The part of the URL that starts with tbl, e.g., tbl0ZFWbemTP1.
- If you navigate to another table or view within the same base, the URL will automatically update. Use the updated URL to identify the IDs for the current table or view.
- Copy the Base ID and Table ID from the URL. Paste them into the respective fields in the Feed Manager page.
- Next proceed to the Matching Column section to map your Airtable fields correctly.
Updated on: 11/08/2025
Thank you!