For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Started

Configure and Initialize TapTalk.io Omnichannel Web Launcher

To Configure TapTalkLive Web Launcher you need to add this script to your head tag of your Application.

YourApplication.html
<script src="https://storage.googleapis.com/f8a350-taplive-prd-public/static/launcher/web/v1.0/main.js"></script>
<script>
    TapTalkLive.init("YOUR_SECRET_KEY_HERE");
    TapTalkLive.setBrandColor(55,165,215); //your r,g,b color code 
</script>

Last updated