dilip-borad/airtable-js-functions: JS-based basic functions for AirTable app script and Automation script.

PHOTO EMBED

Wed Mar 08 2023 19:46:32 GMT+0000 (Coordinated Universal Time)

Saved by @ThisIsKrystina

let body = {"requestKey":"requestValue"};
let response = await makeAPIRequest({
  url: `url of the API`,
      method: "Request Method",
      headers: {
          'Authorization': `Bearer api-key`,
          'Content-Type': 'application/json'
      },
      body: body
});
content_copyCOPY

https://github.com/dilip-borad/airtable-js-functions