2023 - January

Introduction

The document communicates the newly developed features which are deployed and made available on Botco.ai.

Release Version

Current Version: 2023 – January

New Release Version: 2023 – January

Typing Bubbles to mimic a user typing

This feature make your bot conversations seem more human and flow with a better pace.

Different Greeting Message and Starting Block per URL

This feature unlocks higher engagement by personalizing the greeting message at page level vs on a website level.

BotcoWebchat.mount({
  apiKey: 'botco_api_my_api_id',
  rules: {
    '/index.html': {
      referralCode: 'TEST_REFERRAL',
      greetingMessage: 'HELLO THERE!'
    },
    '/contacts': {
      referralCode: 'CONTACTS_REFERAL_TESTS',
      greetingMessage: 'HELLO CONTACT THERE!'
    },
    '/blog/:id': {
      referralCode: 'BLOG_ID_REFERAL_TESTS',
      greetingMessage: 'HELLO BLOG THERE!'
    }
  },
})

NiceInContact live chat integration

Botco.ai now supports live chat handover with CXOne by NiceInContact.

Prospect website preview page with our widget

You can now preview your chatbot on your website using our preview.

image