Skip to main content

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

  • March 20, 2022
  • 1 reply
  • 7 views

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

Nvm I think fetch works perfectly fine.


Reply