Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jinni-bot

jinnichatbot1kMIT1.0.2

A vanilla JavaScript library for embedding the Jinni Chatbot

Chatbot, RealEstate, Chatbot, AI Chatbot, PropertyJinni

readme

Description

Jinni bot 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-bot

Usage

Render




const App = () => {

  useEffect(() => {
    import("jinni-bot");
  }, []);

  return <div>
       <jinni-bot
          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.

Prop Type
botId Provided chatbot key
botTheme String
visible Boolean (default true)