Pulling data into Servicenow from a third party

paradise611
Mega Expert

Hi All,

I need to pull data from a third party website into ServiceNow, what is the best method to complete this?

13 REPLIES 13

DilipKumar DJ
Kilo Guru

Hi,



If your third party has a REST Endpoint, then that would be the best way of doing.


Hi Dilip,



Thank you for this information. How do I know if my third party has a REST endpoint. And if they do, what information will I need from them to complete the integration?


Hi,



You may have to check this with the third party guys. Most of them do support REST. If it supports you would need:



  • Rest Endpoint URL
  • Read access to the Endpoint


Once you have these, in Servicenow Configure rest message and generate sample REST message for GET post(used for querying).



You can use this to trigger the data pull from the third party.


paradise611
Mega Expert

Hi Dilip,



Thank you for the assistance. Is the Rest Endpoint URL, their WSDL? If so, once they give me read only access to this, do I need to put an authentication code or password any where in Servicenow to access their endpoint? or is this all done on the third party side? Also, please excuse my stupidity on this topic, but when I configure the rest message, what am I actually doing? Sorry I new to this.