Тёмный

Learn the Airtable API + New Updates for 2023 

Dan Leeman
Подписаться 15 тыс.
Просмотров 13 тыс.
50% 1

As if Airtable wasn't a useful enough tool with interfaces, templates, automations, and scripting, you can use the included Airtable API to automate your processes or create custom integrations to third party systems!
In this video, we'll cover the basics of the Airtable API using Postman, and give a brief update about some of the newer endpoints and authentication available in the November, 2022 release.
00:00 Intro + base setup
00:45 Authentication
03:57 Postman setup
05:41 GET request
08:38 POST request
10:12 The need for metadata
11:17 API dynamically-generated documentation
13:28 Metadata API

Опубликовано:

 

23 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@barkingchicken
@barkingchicken Год назад
Thanks for putting this together.
@GregorSchafrothAI
@GregorSchafrothAI 5 месяцев назад
Great video, thanks! When writing the post request make sure to remove 'id' and 'createdTime', otherwise you just get an error :)
@TheodoreRavindranath
@TheodoreRavindranath 4 месяца назад
Great video! Thanks!
@gleefan211
@gleefan211 9 месяцев назад
Hi Daniel! Im having trouble with POST, I receive a 403 forbidden status code. I have put in the API and i am the owner of the table. Do you have any idea of what might be happening?
@NetZeroEarth
@NetZeroEarth Год назад
Hi Daniel thank you for this information! I need your insight on how to load an Airtable with a really large csv file. Any insight on this or should we setup a 📞?
@danleeman
@danleeman Год назад
Hi Jamall, thank you for watching! Historically, I have only been aware of Airtable's ability to create 10 records with a single API call (with a rate limit of 5 calls/second) so you'd be able to theoretically create 3k records/minute. However, since this video was created, I just saw a new Beta endpoint available here! airtable.com/developers/web/api/post-sync-api-endpoint I haven't had the opportunity to test it out yet, but I think it may be exactly what you are looking for with a large CSV file.
@kojo.
@kojo. Год назад
I HAVE A HUGE DATABASE WITH MANY TABLES IN IT. CURRENTLY IM ONLY ABLE TO EXPORT TABLES ONE BY ONE, IS THERE A SIMPLE WAY TO GET ALL RECORDS FROM TABLES USING PYHON AND WRITE TO DATAFRAME ?
@user-du5rg4em6i
@user-du5rg4em6i Год назад
hi dan, any idea on how to get all tables from airtable using synapse ?
@kojo.
@kojo. Год назад
did you get any help or solution...i need same solution too
@finneyosajere5300
@finneyosajere5300 2 месяца назад
I still get authentication required even after following all your steps, what is it that I'm get wrong
@TheOldRuss
@TheOldRuss Год назад
May we connect Airtable and Node-Red with the APIs?
@danleeman
@danleeman Год назад
Haven't tested it, but looks like it flows.nodered.org/node/node-red-contrib-airtable
@VaskenBakalian
@VaskenBakalian Год назад
May we connect Airtable and Webflow with the APIs? Some magic could be done by mixing those 2!
@danleeman
@danleeman Год назад
Yep, you certainly could! That's what tools like www.whalesync.com/ and www.powerimporter.com/airtable-webflow-sync are specializing in, but I'm sure you could roll your own if you wanted to.
@aymanaljabiri9081
@aymanaljabiri9081 Год назад
❤️🧡🧡🧡🧡
@prestigelock
@prestigelock 7 месяцев назад
Is the metadata editable or read only?
@danleeman
@danleeman 7 месяцев назад
Yes, there is a metadata API you can use
@RudeBoi49
@RudeBoi49 3 месяца назад
This video video doesn't show how you set the API/Personal Access Token in the code
@6BEEP9
@6BEEP9 11 месяцев назад
airtable is garbage, atleast, for programmers. SQL in any way shape or form is superior.
@danleeman
@danleeman 11 месяцев назад
Most SaaS solutions you're not getting full SQL access to, not really unique to Airtable