ServiceNow-Skype Integration
Pushpendra Singh
Senior Technical Engineer at ServiceNow ?E?-HCL, E?-Cognizant?? CSA ?CAD ? CIS - ITSM ?ITSM-Suite
In this article I will be providing a step by step overview as to how we can integrate Skype for Business with the Caller field of Incident form to better manage our response to tickets.
Step-1
Go to images table(db_image) and save your image that will be used as a clickable Icon.
Step-2
Go to UI Macros(sys_ui_macro) and create a new Macro. In the anchor tag we have copied the image link that was present on the image that we uploaded on the Image table.
Step-3
Update the Attribute of the caller field and call the UI macro in the attribute. Skypechat is the name of Macro that we have created.
Step-4
After Saving the attribute go to incident and open any incident form. You will see skype icon that we uploaded in image table near the caller field.
Step-5
Update the UI macro code as mentioned below-
In the Anchor tag we are calling an onclick function. The "_top" ensures that the dialog box will appear at the top of the page. On line 13- "sip" is session initiation protocol that initiates the Skype chat session.
You can read about the SIP protocol here .
After Saving the macro code. Go and click on the Skype icon on the incident form. As you click a dialog box as shown below will appear.
Once you click the button Skype chat will be initiated with the caller as shown below.
Senior Specialist at HCLTech | CSA | CIS-ITSM | CAD | GCP | Azure
4 年Really good explanation, almost covers all the steps of configuration! I am currently using Orlando version , does this will happen in Paris Release only?
Technical Lead|ServiceNow|ATF|Functional|CSA|CIS-ITSM&Discovery
4 年Hi Pushpendra, I have tried to implement this and working fine almost all steps. But, last step that clicking on image to open is not working from caller field. Please help me here
Senior Delivery Manager, ServiceNow | IT Leadership & Agile Expert | Driving customer success in the Nordics
4 年Bhupesh Gupta - something you also did few months ago and integrated it with teams and skype :)
Servicenow Developer | CAD | CSA | CIS - CSM | CSM Pro Suite | ITAM
4 年Hi Pushpendra, It's really good, now I'm exicted for doing this in my pdi.
Sr. Solution Consultant || Rising Star ?? | ITIL4 | 4 x CIS - ITSM, HR, SPM, GRC | Gen AI | CMDB | Platform Analytics | Integration Specialist || PG Data Science (ML), IIIT Bangalore
4 年I'm gonna try this today????