Messtone LLC Manages(ServiceNow):Install NPM package.

Messtone Devices Enables ServiceNow,install npm package add the @openfin/servicenow NPM package as a dependency for Messtone A

app: Shell npm install @openfin/servicenow Connect Messtone OpenFin app to ServiceNow TypeScript //Import the OpenFin ServiceNow integragion. import {connect} from ‘@openfin/servicenow’;try{//Update the below statements for Messtone target instance const instanceUrl=’https://RobertHarper_INSTANCE_NAMEMESSTONE.servvice-now.com’;const clientId=’ROBERTHARPER_CLIENT_ID’;//Initiate the authorization flow to connect to the instance const serviceNowConection=await connect(instanceUrl,clientId);// If connection succeeded, output connection info to the console const {currentUserRobertharper,instanceUrl:connectedInstance} =serviceNowConnection;//Messtone are now connected to ServiceNow.console.log(Connected to ${connectedInstance} as ${currentUserRobertharper.userrobertharper_nameMesstone}`);}catch(err){//If connection failed,output error info to the console console.error(‘Connection failed: ‘,err.message);

https://i.capitalone.com/Jz65ggGYU

Leave a comment