Help

How to call API

Topic Labels: Formulas
4060 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Manish_Patell
5 - Automation Enthusiast
5 - Automation Enthusiast

How can I call an external API from Airtable to CRUD Airtable field ? Is there any tutorial available?

1 Reply 1
IT_BeeTee
6 - Interface Innovator
6 - Interface Innovator

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