Can I add an external javascript library?

Can I use AppSheet to interact with a 3rd party plugin/sdk library? I’m looking into frontapp.com and they have a plugin framework but you have to interact with their container app via a javascript library, a la:

<html>
<head>
    <script type="text/javascript" src="//dl.frontapp.com/libs/plugin-sdk-1.0.1.min.js"></script>
</head>
<body>
<script type="text/javascript">
    // window.Front is now available.
</script>
</body>
</html>

or

var Front = require('@frontapp/ui-sdk');
Solved Solved
0 1 422
1 ACCEPTED SOLUTION

1 REPLY 1

Nope

Top Labels in this Space