1.1.23 • Published 7 months ago

jinni-chatbot v1.1.23

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Description

Jinni Chatbot engages with visitors, captures all the required details, and filters motivated vendors and landlords through AI-powered fully customisable conversations. It automatically books valuations and callbacks, and even enables you to chat with potential customers in real-time.

Save your valuable time and effort spent locating inquiries from vendors and landlords in emails and voice messages. Reach out to your customers and secure them before your competitors do.

Installation

Using npm:

npm i jinni-chatbot

Usage

Render

import JinniChatbot from 'jinni-chatbot'

const App = () => {
  
  return <div>
        <JinniChatbot 
          botId={Your_Bot_Key} 
          botTheme="Your_theme" 
          visible={true}
          />
     </div>
};

Props

All properties described below are used for initialization on the first render and later updates of the chat widget with new values on change.

PropType
botIdProvided chatbot key
botThemeString
visibleBoolean (default true)

For Next.js

Add the following code in the Next.js project to import the library in the project and keep the SSR false for this library:

import dynamic from 'next/dynamic';

const JinniChatbot = dynamic(() => import('jinni-chatbot'), { ssr: false });
1.1.9

7 months ago

1.1.8

7 months ago

1.1.7

7 months ago

1.1.6

8 months ago

1.1.12

7 months ago

1.1.11

7 months ago

1.1.10

7 months ago

1.1.16

7 months ago

1.1.15

7 months ago

1.1.14

7 months ago

1.1.17

7 months ago

1.1.23

7 months ago

1.1.22

7 months ago

1.1.21

7 months ago

1.1.20

7 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago