Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Jun 05, 2019 10:30 AM
How can I call an external API from Airtable to CRUD Airtable field ? Is there any tutorial available?
Jun 05, 2019 11:41 PM
Hi Manish,
You cannot call any API from Airtable. Instead, you need to do it from your code (php, js, java etc.) to obtain the data you need then use Airtable API to CRUD Airtable rows/fields as needed.
Check out the API at https://airtable.com/api. Some basic tutorials are covered there.
Regards,
Alex