We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How can we get data from other sources using REST APIs without Oracle HCM plugin in servicenow ?

Not applicable

I need to get data or infomation from external sources or third party applications using REST APIs Integration method without the use of Oracle HCM plugin. How is it possible ?

4 REPLIES 4

Tony Chatfield1
Kilo Patron

Hi, you should be able to use the ServiceNow REST APIs to connect\exchange messages\data with any REST compatible platform. I would suggest that you start by reviewing the developer portal REST learning modules and then review your third-party/vendors Integration documentation.

REST API | ServiceNow Developers

Courses | ServiceNow Developers

nileshwahul
Kilo Sage

Hi @Community Alums ,

 

If you want the simple REST Integration with Third party platform which returns the JSON/XML Data, you can use REST Messages. Have a look at OOB Rest Messages,

https://<your_Instance>.service-now.com/sys_rest_message_list.do

Here's a guide to create a REST Message :

https://docs.servicenow.com/bundle/sandiego-application-development/page/integrate/outbound-rest/tas...

 

 

Please mark my answer as helpful/correct if it resolves your query.

Let me know if any issues….

---

Nilesh Wahule

Hi @Community Alums ,

 

Did you get a chance to try this ? Please let me know if any questions. If this satisfies your requirement please close the thread as it will be helpful to others.

 

Please mark my answer as helpful/correct if it resolves your query.

---

Nilesh Wahule

Hi @Community Alums ,

 

Did you get a chance to try this ? Please let me know if any questions. If this satisfies your requirement please close the thread as it will be helpful to others.

 

Please mark my answer as helpful/correct if it resolves your query.

---

Nilesh Wahule