1.0.7 • Published 9 months ago

sales-iq-chat v1.0.7

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

Sales IQ Chat Angular Library

Sales IQ Chat Angular Library is a powerful tool that allows you to integrate Zoho SalesIQ live chat into your Angular applications. Engage with your website visitors in real-time, provide support, and capture leads seamlessly.

Installation

You can easily install the library using npm:

npm install sales-iq-chat

Usage/Examples

import SalesIqChatModule in your corresponding module

import { SalesIqChatModule } from 'sales-iq-chat';


@NgModule({
    imports: [
        SalesIqChatModule
    ],
})

Now in your component wherever you wanted to use this salesIQ Chat component use like this

userObject = {
    name: 'User Name',
    email: 'user@example.com',
};

customPropertiesObject = {
    key1: 'value1',
    key2: 'value2',
};

<sales-iq-chat
    [widgetCode]="'your-widget-code'"
    [user]="userObject"
    [customProperties]="customPropertiesObject"
  ></sales-iq-chat>
  • widgetCode: your zoho salesIQ installation widget code.
  • user: Logged in user object to show which user initiate the chat
  • customProperties: any custom properties you wanted to store on zoho salesIQ

Screenshots

SalesIQ Widget

SalesIQ Widget

Support

For further information or support, please refer to the package documentation or contact the package author.

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.0.1

9 months ago