- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 05:09 AM
Hi Experts,
Could you give me some example of servicenow integration,so i can tested on my personal instance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 05:15 AM
HI Swapnil,
I'm afraid it's difficult to give you an example without additional details. There are a lot of choices. Integrations are one of ServiceNow's most powerful platform capabilities/features. You can use web services such as REST or SOAP, JDBC, LDAP, Excel, FTP, even Email!
I myself, have done most of these over the course of my ServiceNow history.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 05:11 AM
Hello Swapnil.
Here are examples of integrations you can test with:
http://wiki.servicenow.com/index.php?title=List_of_Available_Integrations#gsc.tab=0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 05:15 AM
HI Swapnil,
I'm afraid it's difficult to give you an example without additional details. There are a lot of choices. Integrations are one of ServiceNow's most powerful platform capabilities/features. You can use web services such as REST or SOAP, JDBC, LDAP, Excel, FTP, even Email!
I myself, have done most of these over the course of my ServiceNow history.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 05:21 AM
I would recommend taking a look at the live code happy hour videos. there is a lot of different examples which you can try yourself as well. This link is a playlist, so you can choose on the right which one you wanna look at.
Live Coding Happy Hour for 2017-05-19 - Post K17 Integration and Service Portal Work - YouT...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 06:14 AM
Hi Swapnil,
There are many ways in gettig integration set up with ServiceNow as suggested by ctomasi but most common being SOAP & REST.
http://wiki.servicenow.com/index.php?title=SOAP_Web_Service#gsc.tab=0
http://wiki.servicenow.com/index.php?title=REST_API#gsc.tab=0