Skip to content

Example page demonstrating usage of new CRM adapter API as provided by NewAD branch

Notifications You must be signed in to change notification settings

ServicePattern/crm-client-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup and run

Setup:

Compiles app in /public folder

yarn
yarn build 

Run with the watcher

Starts the test page on localhost:5173 and auto-compile changed files.

yarn
yarn dev

Options

Configure Bright Pattern instance domain

You need to provider bpatternDomain URL parameter to provide domain of your instance (tenant URL).

No Comm.Widget UI

You can switch between view with Communicator app and without by adding the standalone URL search query.

Disable new interaction popup

In order to disable new interaction popup from Agent Helper application, you need to add no-popup to the URL string.

Example:

API with Communicator app:

  • http://localhost:5173?bpatternDomain=example.brightpattern.com

Standalone API (without Communicator app)

  • http://localhost:5173?bpatternDomain=example.brightpattern.com&standalone=true

Disabled popup

  • http://localhost:5173?bpatternDomain=example.brightpattern.com&no-popup=true

Standalone + disabled popup

  • http://localhost:5173?bpatternDomain=example.brightpattern.com&standalone=true&no-popup=true

About

Example page demonstrating usage of new CRM adapter API as provided by NewAD branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7