0

I want to connect between a smart power switch app(eWelink for example) to google app scripts. The problem is the API(https://ewelink-api.vercel.app/docs/introduction) uses a library which isn't possible to use in google app scripts. What is the easiest way to bypass this?

1 Answers1

0

I recommend sending the data collected by the eWeLink API to Google Spreadsheets, then interacting with it through Google App Scripts . You can get more information in this regard here.