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

Repository files navigation

Setup and run

Setup:

Compiles app in /public folder

yarn install
yarn build 

Run

Starts the test page on localhost:8080

yarn install
yarn start

Run with the watcher

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

yarn install
yarn watch
yarn start

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:8080?bpatternDomain=example.brightpattern.com

Standalone API (without Communicator app)

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

Disabled popup

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

Standalone + disabled popup

  • http://localhost:8080?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