Integración en tu sitio web

Pon tu chatbot en tu sitio web

Añade tu chatbot directamente a tu sitio web copiando y pegando el siguiente fragmento de código en tu HTML. El chatbot aparecerá como un botón flotante en la esquina inferior derecha de tu sitio web.

<script>
    function loadChatScript() {
        var chatID = '7ee6c0e0-c5bb-4b3d-ac82-557ef09b9340';
        var script = document.createElement('script');
        script.src = "https://doko-ai.com/api/chatbot/embed?chatbotId=" + chatID;
        document.body.appendChild(script);
    }
    loadChatScript();
</script>

Interfaz web

Comparte un enlace directo a la interfaz web de tu chatbot. Los usuarios pueden acceder a la experiencia completa de chat a través de su navegador web sin necesidad de instalación. Este enlace se genera automáticamente cuando creas un chatbot en la plataforma.

https://doko-ai.com/chat/chatID

Obtén el ID de tu chatbot

1

Accede a la página de compartir

2

Copia el ID de tu chatbot de la esquina superior derecha

Integración en WhatsApp

Tutorial WhatsApp

Accede al tutorial para integrar tu chatbot en WhatsApp.