In Quebec release, ServiceNow introduce new capability to enable users to insert multiple records into a staging table and trigger a transformation that is based on predefined transform maps in a single API request. In this post i am going to use the Insert Multiple REST API end point.
POST https://INSTANCENAME.service-now.com/api/now/import/{stagingTableName}/insertMultiple
First thing, I am going to structure my JSON, I use company.do?JSONv2 to help me structure my JSON
Continue reading →