Created
December 8, 2021 19:27
-
-
Save brnpimentel/4e1ec19ffa79838752698c45fcc9a1f8 to your computer and use it in GitHub Desktop.
botmaker BP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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