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.
- You can click on the authorize button and it will direct to sign in page of airtable.
- Once you done sign in, you will be redirected back 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/appvel24GV/tbl0ZFWbemTP1/viw3qtF76QC4wKx?blocks=hide
- Identify the required IDs from the URL:
- Base ID: The part of the URL that starts with app, e.g., appvel24GV.
- 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: 05/12/2024
Thank you!