Konverse AI Developer Hub
  • Konverse AI Developer Hub
  • Getting Started
    • Authentication
    • Errors
    • Rate Limit
  • Webhooks
    • Webhook Endpoints
  • Platform
    • Embedded Functions
      • Send Text Message
      • Send Quick Reply
      • Set Variables
      • Send Choice
      • Send Cards
      • Stop Propagation
      • Query a Dataset
      • Jump To Story
      • Query a Google Sheet
    • Datasets
    • Bot Webhooks
  • Messaging Channels
    • Introduction to Channels
    • Web Chat
    • Facebook Messenger
    • WhatsApp
      • Send WhatsApp Notifications
      • Send Session Message
    • Line
  • App Integration
    • Android App Integration
Powered by GitBook
On this page
  • Step 1 - Go to Integration Section on Dashboard
  • Step 2 - Click on Web App & install

Was this helpful?

  1. Messaging Channels

Web Chat

PreviousIntroduction to ChannelsNextFacebook Messenger

Last updated 4 years ago

Was this helpful?

Step 1 - Go to Integration Section on Dashboard

Log into your dashboard and go to the Integrations section as shown in the image below and click on Web App.

Step 2 - Click on Web App & install

Once you click on Web App, it shows a script. Copy the following sample widget code and paste it inside<HEAD>section of your webpage.

  <!-- Konverse Chatbot -->
  <a href="https://www.konverse.ai/"
    id="konverse-ref-id" data-bot-id="YOUR-UNIQUE-BOT-ID"
    title="Konverse.ai - Conversational Sales & Marketing Platform"
    style="display:none">AI Chatbot WhatsApp Bot</a>
  <script type="text/javascript" src="https://chat.konverse.ai/konverse.js"></script>

Web App under Integrations