How to use external javascript library Trello in google apps script? [duplicate]
Based on the answer here by Cameron Roberts, you can use the eval() function on the appscript UrlFetchApp function. eval(UrlFetchApp.fetch(‘http://path.to/external/javascript.js’).getContentText());