How to parse JSON response and put into staging table and using transform map put it into table

SNewbies
Tera Contributor

I am using Outbound REST Message GET method to pull the data from third party into ServiceNow.

How can I parse the JSON response and put it into Staging table and then run transform map on it to put that data into desired table?

I want to do above process using scheduled job as requirement is to pull data every 4 hours.

I am new to Integrations. All help is appreciated.

Thank you

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@SNewbies Please refer to this tutorial https://www.learnnowlab.com/rest-integration/ to know step by step approach to call a REST API in ServiceNow.

 

Hope this helps.