
Explore the basics of REST integration in ServiceNow, including the table API, import set API, and scripted Web Services API, plus bidirectional integration and real-time debugging.
Learn the end-to-end rest integration flow between ServiceNow and another system, including configuring the endpoint, http method (post, put, patch, get, delete), and json content, with authentication and response handling.
Explore the ServiceNow API landscape, comparing table API, import sets API, and scripted API, and learn when to use each for simple, moderate, or heavily customized integrations.
Learn how to send REST calls from ServiceNow using a POST method to create incidents on target instance, trigger via a business rule, and handle JSON content and responses.
Learn how to implement REST integrations in ServiceNow using a script include to perform async PUT calls for updating incidents, with dynamic endpoints using client_sys_id and proper logging.
Explore how to configure a unidirectional rest integration between two ServiceNow instances, including sending rest calls, basic authentication, and two rest methods for create and update incidents.
Explore the import set API in ServiceNow to control and transform incoming data, compare it with the table API, and configure parsing and transform maps using post.
Configure and test ServiceNow import set APIs by creating staging fields, field maps, and coalescing sys_id, then trigger create and update flows using REST messages, script includes, and business rules.
Learn how REST integration with ServiceNow was completed using import set APIs, covering endpoint changes, response parsing, auth roles including import_transformer, and staging table mappings.
Discover scripted web services in ServiceNow, creating scripted rest APIs to receive and respond to rest calls with full control over data, authentication, and authorization.
Learn to build scripted APIs and resources in ServiceNow, process incoming payloads, and return structured responses, including creating incidents from short descriptions via rest calls.
describes bidirectional rest integration between two ServiceNow instances, syncing problem tickets, using import set API on one and table API on the other, with staging and transform maps.
Configure instance 2 to instance 1 REST integration with REST messages, staging table, and transform maps. Implement basic auth, script include, and business rules for create and update.
This is an Intermediate level training course for ServiceNow. With a duration of more than 3 hours, split into 5 sections, the course covers the topics which are required for REST integration
For the instructions in this training course, latest Kingston Version is used and whole training will be in latest UI 16.
All topics starting from table creation to building a REST Messages and triggering them is covered in this course. An in-depth knowledge is provided at places wherever required.
After completing the course, you will be able to configure REST integrations between two systems fro the scratch, via Table API or import API.
Basic knowledge on scripting is recommended.
I highly recommend that the student has basic knowledge on Administration, especially table creation, Business rules, UI Actions, Import sets and Transform Maps.