Skip to content

Instantly share code, notes, and snippets.

@brnpimentel
Created December 8, 2021 19:27
Show Gist options
  • Save brnpimentel/4e1ec19ffa79838752698c45fcc9a1f8 to your computer and use it in GitHub Desktop.
Save brnpimentel/4e1ec19ffa79838752698c45fcc9a1f8 to your computer and use it in GitHub Desktop.
botmaker BP
<!-- START Botmaker WebChat-->
<script>
(function () {
let js = document.createElement('script');
js.type = 'text/javascript';
js.async = 1;
js.src = 'https://go.botmaker.com/rest/webchat/p/VS718U4N53/init.js';
document.body.appendChild(js);
})();
</script>
<!-- END Botmaker WebChat-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment