I am looking to do some custom scripting in Airtable, which says that "you can use anything from the JavaScript standard library, except for DOM APIs that interact with HTML on the page".
I want the script to interact with the gsuite API, but can't seem to find any reference in the javascript standard library documentation on making http/s calls.
I'm a newbie so may be completely missing something, so any guidance is appreciated.
XMLHttpRequest might be what you are searching for. This MDN link should help : https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest