Servicenow Integration

Rajveer
Tera Expert

Hi Experts,

Could you give me some example of servicenow integration,so i can tested on my personal instance.

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

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.



Integration options


View solution in original post

5 REPLIES 5

corina
ServiceNow Employee
ServiceNow Employee

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


Chuck Tomasi
Tera Patron

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.



Integration options


Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

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...


Jaspal Singh
Mega Patron
Mega Patron

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