Skip to main content

Hi, I have been tasked with implementing Click2Call within ServiceNow to use our RingCentral phone application. Having studied the various ways to do this, using the RingCentral SDK library appears to fulfill all our requirements. However, I cannot see anywhere how I can install this SDK in ServiceNow. Anybody know?

I don't know the ServiceNow environment so I don't know what is exactly needed. But the JS SDK is an NPM package and can be installed using the npm command line.

npm install @ringcentral/sdk --save

Reply