@salesforce/scv-connector-base

Salesforce Service Cloud Connector Base

Usage no npm install needed!

<script type="module">
  import salesforceScvConnectorBase from 'https://cdn.skypack.dev/@salesforce/scv-connector-base';
</script>

README

Service Cloud Voice base connector

The base connector is an SDK for partner telephony systems that integrate with Salesforce Service Cloud Voice.

Document

We’ve provided documentation in the /docs folder.

Installation

Environment setup

The developer environment requires Node, NPM and webpack-dev-server.

Installation

Clone the repo

Install the dependencies

$ npm install

Using it

See https://github.com/salesforce/demo-scv-connector

Testing

Lint all the source code and run all the unit tests:

$ npm test

Contributing and Developing Locally

We welcome contributors into our repo. Please read the contributing guidelines for more information.