Help

How do we make an API call to an external API in the script automation of airtable?

Topic Labels: Scripting extentions
1751 1
cancel
Showing results for 
Search instead for 
Did you mean: 
FinAll_Core_Tea
5 - Automation Enthusiast
5 - Automation Enthusiast

I am trying to call an external API endpoint using the script in the automation functionality of airtable but the following code gives me an error.
var xhr = new XMLHttpRequest();

1 Reply 1
FinAll_Core_Tea
5 - Automation Enthusiast
5 - Automation Enthusiast

Nvm I think fetch works perfectly fine.