Getting Started
Appmixer can be embedded into your own web products. By including Appmixer into your own product, you can give your users a whole new set of workflow automation features with a very little effort.
Embed Appmixer UI in your own web pages with the Appmixer SDK
<!DOCTYPE html>
<html>
<body>
<div id="my-am-designer" class="am-designer"></div>
<div id="my-am-flow-manager" class="am-flow-manager-container"></div>
<script src="./appmixer.js"></script>
...
</body>
</html><script>
var appmixer = new Appmixer({ baseUrl: 'https://api.appmixer.com' });
</script>Full Example


Last updated
Was this helpful?
