Plan to learn integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello,
I have 4.5 years of experience in ServiceNow, and I do not have any coding knowledge, I do have knowledge on scripting in ServiceNow (only relevant to ServiceNow). I would like to learn integrations from the scratch, can someone suggest best sources to learn? Also which is recommended for the beginner? Integrations Hub or learning through other APIs? Please help me with the sources to learn as a very beginner to intermediate/advanced or a detailed plan
Thanks a ton!
Noah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Learn from below link and do hands on
https://www.youtube.com/watch?v=F9npfsOxOQk&list=PL3rNcyAiDYK0at2ypM6uhp_Mg6-gZlIdP
https://www.youtube.com/watch?v=ryx8mMlyNBg&list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA
https://www.youtube.com/watch?v=Gcdkw2L_gOY&list=PL1k_gTsSGTwUbJPzX27-C7F70foc9Oi-t
https://www.youtube.com/watch?v=rZihmf0y7wU&list=PLh-mu4hW8Qy523nM_ed6CijkItN7SLJC4
If my answer helps you please mark helpful and accept solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
hi @Noah Jackson , Since you already have 4.5 years of ServiceNow experience and are comfortable with ServiceNow scripting, you're in a great position to start learning integrations.
I recommend the following learning roadmap:
-
Learn REST API fundamentals – Understand HTTP methods (GET, POST, PUT, DELETE), headers, JSON, status codes, and authentication (Basic Auth and OAuth 2.0).
-
Learn Outbound Integrations – Start with REST Messages, then explore SOAP Messages if required.
-
Learn Inbound Integrations – Build Scripted REST APIs and understand how external systems interact with ServiceNow.
-
Practice ServiceNow-to-ServiceNow integration – This is one of the best ways to understand both inbound and outbound integration concepts.
-
Learn IntegrationHub – Once you're comfortable with REST APIs, IntegrationHub becomes much easier to understand. Start with Spokes, Actions, Flows, and Subflows.
-
Advance to real-world topics – OAuth 2.0, MID Server, Import Sets, Webhooks, Error Handling, Retry Logic, and Integration Best Practices.
For learning resources, I recommend:
-
ServiceNow Now Learning (official courses)
-
ServiceNow Developer Site (hands-on examples and documentation)
-
ServiceNow Product Documentation
-
ServiceNow Developer YouTube Channel
My recommendation is not to start with IntegrationHub. Begin by understanding REST APIs and ServiceNow REST Messages/Scripted REST APIs first. Once those concepts are clear, IntegrationHub will be much easier to learn because it abstracts many of the underlying REST concepts.
If you found my solution helpful, please mark it as Helpful and Accept Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
15 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
14 hours ago - last edited 14 hours ago
Learning ServiceNow integrations from scratch involves understanding APIs, authentication, and platform-native tools.
The journey progresses from manual web services to automated, low-code systems.
To build foundational knowledge, utilize the ServiceNow Developer Site for hands-on tutorials and practice your flows within a free Personal Developer Instance (PDI).
Key Types of ServiceNow Integrations:
- REST/SOAP Web Services
- How it works: Uses HTTP requests to send or receive data. It utilizes methods like GET, POST, PUT, and DELETE.
- Details: REST is the standard for modern, lightweight, JSON-based communication. SOAP is XML-based and typically reserved for legacy systems. You can design Scripted REST APIs for highly customized inbound requests.
2. ServiceNow IntegrationHub
- How it works: The platform-native, low-code/no-code solution integrated into Flow Designer.
- Details: Uses Spokes—pre-built integrations for hundreds of applications like Jira, Salesforce, and Microsoft Teams. It handles data translation and connection credentials securely.
3.Import Sets and Data Sources
- How it works: File-based or database-driven bulk data transfers.
- Details: Data is loaded into a staging table, and then transformed using transform maps. Ideal for loading initial user data, asset lists, or performing large-scale data migrations.
4.MID Server (Management, Instrumentation, and Discovery)
- How it works: A Java application that runs on a local network server to bridge ServiceNow with behind-the-firewall or on-premise systems.
- Details: Essential for securely communicating with internal databases, LDAP, or on-premise monitoring tools without exposing your instance to the public internet.
5. Instance Data Replication (IDR)
- How it works: Synchronizes data between two distinct ServiceNow instances natively without custom coding.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti