ServiceNow Integration Training
Connect ServiceNow to anything. REST, SOAP, Scripted REST APIs, IntegrationHub, the MID Server and data sources, with authentication, pagination and error handling that survive production.
ServiceNow integration training teaches you to connect the Now Platform with external systems. You use REST and SOAP web services, Scripted REST APIs, IntegrationHub spokes, the MID Server and import sets, and you build in the authentication, pagination and error handling that real integrations need.
Who this course is for
Prerequisite: Basic administration, and some scripting for Scripted REST and transform scripts. The Scripting track pairs well with this one.
What makes this different
You build, not just watch
From the first session you are on your own developer instance, configuring, scripting and breaking things safely. That is what makes it stick.
Taught on the current release
No outdated screenshots. Everything maps to the release ServiceNow runs today, including current AI and platform features.
One trainer who still implements
One working consultant for the whole batch, no rotation, so the teaching is consistent and grounded in real projects.
Support continues to the offer
Resume review, mock interviews on real scenario questions, and referrals. Support does not stop when the last class ends.

ServiceNow Integration curriculum
6 modules and 3 projects, updated to the current release. Every module maps to real Integration work and expands into its full topic list, practised on a live developer instance.
ServiceNow Integration Training module list: 6 modules, what each one covers, and how many topics it expands into. Full topic lists are in the accordions below.
| # | Module | What you configure | Topics |
|---|---|---|---|
| 01 | Integration fundamentals7 hours | Select an integration pattern and authentication method for a stated requirement. | 4 |
| 02 | Outbound REST and SOAP7 hours | Build outbound REST and SOAP messages that parse responses and handle failures. | 4 |
| 03 | Inbound and Scripted REST7 hours | Expose and secure inbound endpoints on the Now Platform. | 4 |
| 04 | IntegrationHub7 hours | Assemble flows that call spoke actions with reusable connections and credentials. | 4 |
| 05 | MID Server and data sources6 hours | Load and transform external data through the MID Server and import sets. | 4 |
| 06 | Reliability6 hours | Instrument integrations for pagination, retries, logging and outage recovery. | 5 |
1Integration fundamentalsModule 1 of 6 ยท 7 hours
Select an integration pattern and authentication method for a stated requirement.
- Inbound and outbound patterns
- inbound REST and SOAP entry points
- outbound calls from script and flow
- polling versus event driven triggers
- batch and file based transfer
- REST vs SOAP vs IntegrationHub
- REST resources and HTTP verbs
- SOAP envelopes and WSDL contracts
- IntegrationHub spoke actions
- criteria for choosing an approach
- Authentication: Basic, OAuth 2.0, mutual TLS
- basic auth credential records
- OAuth 2.0 provider and client profiles
- JWT signing and token refresh
- mutual TLS certificate stores
- Data formats and payload design
- JSON and XML payload structure
- field mapping and naming conventions
- date and time zone handling
- payload size limits
2Outbound REST and SOAPModule 2 of 6 ยท 7 hours
Build outbound REST and SOAP messages that parse responses and handle failures.
- RESTMessageV2 in script
- REST message and HTTP method records
- variable substitution in endpoints
- setRequestHeader and setRequestBody
- executeAsync and response handling
- SOAP messages and WSDL
- WSDL import and message generation
- SOAP action and envelope headers
- namespace handling in responses
- reading SOAP faults
- Response parsing and error handling
- status code branching
- JSON parsing and XMLDocument2
- structured error logging
- failure notification to an owner
- Reusable outbound patterns
- Script Includes wrapping REST calls
- connection and credential aliases
- shared response handler functions
- testing outbound calls with ATF
3Inbound and Scripted RESTModule 3 of 6 ยท 7 hours
Expose and secure inbound endpoints on the Now Platform.
- Table API and Import Set API
- Table API CRUD operations
- sysparm query parameters
- Import Set API staging behaviour
- display values and field filtering
- Scripted REST APIs and resources
- scripted REST service and resource records
- path and query parameters
- request and response objects
- custom status codes
- Query parameters and versioning
- API namespace and version paths
- default version selection
- deprecating an older version
- documenting the request contract
- Securing inbound endpoints
- ACLs on scripted REST resources
- OAuth clients for inbound callers
- authentication and ACL flags
- IP address access control
4IntegrationHubModule 4 of 6 ยท 7 hours
Assemble flows that call spoke actions with reusable connections and credentials.
- Spokes and flow actions
- installed spokes and their actions
- action inputs and outputs
- trigger to action wiring
- subflows for repeated logic
- Custom actions and connections
- action designer steps
- REST step configuration
- script step inputs and outputs
- publishing and versioning an action
- Credentials and connection aliases
- connection and credential alias records
- environment specific connections
- credential types and storage
- alias resolution at run time
- Reusing actions across flows
- action scope and application ownership
- input validation before reuse
- error handling inside an action
- documenting action contracts
5MID Server and data sourcesModule 5 of 6 ยท 6 hours
Load and transform external data through the MID Server and import sets.
- MID Server setup and use cases
- installation and validation steps
- capabilities and applications
- connectivity through a firewall
- when a MID Server is required
- Data sources, import sets and transform maps
- file, JDBC and REST data sources
- import set tables and staging rows
- field maps and target tables
- transform map run order
- Coalescing and transform scripts
- single and multi field coalesce
- onBefore and onAfter transform scripts
- ignore and error row handling
- source scripts for custom parsing
- Scheduling data loads
- scheduled data import records
- run as user and time windows
- import set table cleanup
- row counts and load monitoring
6ReliabilityModule 6 of 6 ยท 6 hours
Instrument integrations for pagination, retries, logging and outage recovery.
- Pagination and rate limits
- offset and cursor pagination
- inbound REST rate limit rules
- throttling outbound batches
- partial page failure handling
- Retry and idempotency
- retry policies on flow actions
- backoff between attempts
- idempotency keys on inbound calls
- duplicate detection through coalesce
- Data streams and large payloads
- data stream actions in IntegrationHub
- streaming paginated responses
- memory limits on large payloads
- chunked processing in flow logic
- Logging and monitoring
- outbound HTTP log records
- system logs and custom log tables
- transaction and event correlation
- alerting on repeated failures
- Handling downstream outages
- guard conditions around a failing endpoint
- queueing work for later replay
- graceful degradation of the caller
- replay and reconciliation checks
Push records to an external system, accept updates back through a secured scripted REST API, and prove the retry and logging path under a simulated outage.
How this course covers the CIS aligned exam blueprint.
| Exam area | Weight | Covered in |
|---|---|---|
| Integration patterns and authentication | - | Module 1 |
| Outbound web services | - | Module 2 |
| Inbound web services and APIs | - | Module 3 |
| IntegrationHub and Flow Designer | - | Module 4 |
| MID Server and data import | - | Module 5 |
| Reliability, logging and recovery | - | Module 6 |
Not covered: Building or hosting the external system that ServiceNow integrates with; Corporate firewall and proxy administration outside the instance.
Curriculum version 2026-09-01 ยท approved by mohsin
What you'll be able to do
Real projects you'll build
Interview-ready scenarios on a live instance, not toy demos.
Two-way REST integration
Push records to an external system and accept updates back through a Scripted REST API, with OAuth and clean error handling.
Scheduled data load
Build a data source, transform map and schedule that import and reconcile records from a file or JDBC source.
IntegrationHub flow
Assemble a flow that calls a spoke, handles a failure and notifies an owner, without a single line of unnecessary script.
Certification and hands-on
Every session runs on a real ServiceNow developer instance, so you configure and build rather than watch. The course maps to the CIS aligned exam and finishes with an IT Canvass certificate plus a certification roadmap. Integration skills support CAD and several CIS exams (US$300 each, ServiceNow University). IT Canvass does not issue the official ServiceNow credential.
ServiceNow has an official certification catalog with four tiers: Expert (Certified Technical Architect, Certified Master Architect), Mainline (Certified System Administrator, Certified Application Developer, Certified Application Specialist and the Certified Implementation Specialist product tracks), Micro-Certifications (focused product skills such as Now Assist, Flow Designer and CMDB), and Suite Certifications (bundled credentials such as the ITSM and CSM Professional suites).
Certification facts. Vendor figures change, so confirm against the official ServiceNow catalogue before booking.
| Exam code | No short code is published for this credential; book it by name in the ServiceNow certification catalogue |
|---|---|
| Credential | ServiceNow CIS aligned |
| Issued by | ServiceNow, Inc. (not by IT Canvass) |
| Exam duration | 90 minutes |
| Exam cost | US$300 per exam attempt, plus the mandatory training where required |
| Prerequisite | CSA is the prerequisite for every CIS exam. Mandatory paid training applies to most CIS tracks. |
| What IT Canvass issues | An IT Canvass course completion certificate and a certification roadmap |
Your Integration career roadmap
Five stages from first instance to platform architect, with indicative 2026 bands.
Salary snapshot: Integration Specialist
Indicative ranges aggregated from public salary data. Actual pay varies by location, employer and experience.
How IT Canvass compares
Against a typical training provider, this Integration course is taught on the current ServiceNow release, gives you your own developer instance from day one, and keeps one working consultant for the whole batch instead of rotating trainers. Every module is mapped to the CIS aligned exam, sessions are recorded with lifetime access, and job support (resume review, mock interviews and referrals) is included in one transparent fee. Most providers still teach older release material, run slide-first sessions with limited lab time, and bill support and recordings as add-ons.
Fees and training modes
Choose how you want to learn Integration. No-cost EMI available on all modes.
Interactive live batches, weekday or weekend, with the full cohort and lifetime recordings.
Private one-on-one coaching at your pace, whether you need interview-ready fast or hands-on help with your current project.
Learn on your own time with recorded sessions, labs and Q&A doubt support.
Train your team on ServiceNow Integration Training
Tailored curriculum, flexible scheduling, a dedicated ServiceNow architect, and progress reporting for your managers. Delivered live online or on-site for cohorts of any size.
Your trainer
Neelima, ServiceNow Architect, 12+ years
I still deliver ITSM, ITOM and HRSD implementations for enterprise clients, so I teach from what is breaking in production this quarter, not from a slide deck. In class I show the patterns that scale and the mistakes that cost teams days.
Learner reviews
I now design integrations instead of copying samples. The auth and pagination sessions saved me on my first real project.
The Scripted REST module was excellent. I built a working inbound API on my lab instance the same evening.
Coming from another platform, this connected everything I knew to how ServiceNow does it.
Fees, batches and policies
The questions people actually ask before enrolling, answered plainly.