{"id":771141,"date":"2025-10-10T10:45:50","date_gmt":"2025-10-10T08:45:50","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/servicenow-integration-architectural-patterns\/"},"modified":"2025-10-10T10:45:50","modified_gmt":"2025-10-10T08:45:50","slug":"servicenow-integration-architectural-patterns","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/","title":{"rendered":"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In most of the large scale ServiceNow programs, integrations make or break the success of the platform. While configuring ITSM, ITAM, or CMDB modules is relatively straightforward the real challenge lies in making the ServiceNow co-exist seamlessly with other enterprise systems like SAP, Entra ID, or monitoring platforms.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a Solution Architect, I\u2019ve led several enterprise-level implementations where ServiceNow was positioned as the backbone for service management. The most valuable lessons came not from building forms and workflows, but from designing resilient integration patterns that scaled and stood the test of upgrades, audits, and day-to-day operations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this blog, I\u2019ll share the architectural approaches and lessons learned when integrating ServiceNow with enterprise systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-complexity-of-servicenow-integrations\">The complexity of ServiceNow Integrations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When it comes to ServiceNow integrations, the data exchange would be just part of the question.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is also:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Security and authentication: making sure you have the right identity model (OAuth, Basic Auth, SAML or certificates).<\/li>\n\n\n\n<li>Data transformation: mapping different data models across systems.<\/li>\n\n\n\n<li>Monitoring and error handling: what happens if we don&#8217;t discover our errors? (hence the importance of monitoring).<\/li>\n\n\n\n<li>Performance and scalability: you want to avoid creating a bottleneck on the platform due to slow APIs or batch operations.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If integrations are not built carefully, you could end up with incident routing not working properly, corrupted CMDB data, and even larger performance issues on the instance as a whole.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-sap-integration-financials-and-asset-data\">SAP Integration: Financials and Asset Data<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">SAP is often the source of truth for financials and assets. Similarly, at IFS it was to synchronise the Asset data and cost information into ServiceNow&#8217;s ITAM (IT Asset Management) and CMDB (Configuration Management Database) modules.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Approach:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>There was scheduled data synchronisation with IntegrationHub and a MID Server. Asset data from SAP was exposed through REST APIs, then consumed in ServiceNow via scheduled jobs.<\/li>\n\n\n\n<li>ServiceNow Transform Maps and Data Sources were configured to map SAP&#8217;s financial mapped to ServiceNow&#8217;s CMDB classes.<\/li>\n\n\n\n<li>There was an error logging framework that wrote API failures to an error log (that was a custom error log table) that also logged notifications sent to admins. <\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Key lesson: Never pull everything from SAP. Filter the data to what ServiceNow needs (only active asset records), or else the CMDB could become bloated.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-connecting-to-entra-id-formerly-azure-active-directory-identity-and-access\">Connecting to Entra ID (formerly Azure Active Directory) &#8211; Identity and Access<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Entra ID serves as the identity backbone for most of enterprises, and it is vital that ServiceNow aligns identity records and access policies.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Commonly applied approaches:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>User Sync via REST and SCIM APIs: Users, groups, and roles synchronized from Entra ID to ServiceNow\u2019s User [sys_user] table.<\/li>\n\n\n\n<li>RBAC Alignments: The role based access controls were mapped to an AD groups schemas to prevent the duplication.<\/li>\n\n\n\n<li>Single Sign-On (SSO): Done through SAML 2.0 for a smooth assertion of identity.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Consistently ensure ServiceNow is a consumer of identity, not a master. This keeps identity lifecycles from colliding and AD remains the single System of Record.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-integration-with-monitoring-tools-events-and-alerts\">Integration with Monitoring Tools: Events and Alerts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As enterprises use tools like SCOM, SolarWinds, or custom monitoring tools that they have developed, their objective is to send events into ServiceNow\u2019s Event Management where incidents are created automatically.<br><br>Pattern used:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Event API + MID Server: Monitoring tools will send the events to ServiceNow\u2019s REST API endpoint. For on premise tools, the MID server is used as a secure bridge.<\/li>\n\n\n\n<li>Event Rules + Correlation: ServiceNow will correlate events, and will only open incidents when the thresholds are reached, reducing noise.<\/li>\n\n\n\n<li>Retry and Queue Management: Events will queue and retry in case of a temporary failure.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Don\u2019t dump raw events. Make use of filtering and ServiceNow event rules to reduce noise. If not, incident queues will become unmanageably large very quickly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-common-integration-principles\">Common Integration Principles<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For all integrations, a few principles are repeatedly useful:<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-bc639d51 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-e2a71e28 wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-base-color has-text-color has-background has-link-color has-base-font-size wp-elements-1 wp-block-paragraph\" style=\"background-color:#5ab891;padding-top:var(--wp--preset--spacing--x-small);padding-bottom:0\"><strong>Use IntegrationHub where possible<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"padding-top:0\">This will reduce the need for custom<br>scripting and streamline your connectors.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"padding-top:0\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-e2a71e28 wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-base-color has-text-color has-background has-link-color has-base-font-size wp-elements-2 wp-block-paragraph\" style=\"background-color:#5ab891;padding-top:var(--wp--preset--spacing--x-small);padding-bottom:0\"><strong>Build for failure<\/strong><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This means building in error logging, retries and admin notifications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"padding-top:0\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-e2a71e28 wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-base-color has-text-color has-background has-link-color has-base-font-size wp-elements-3 wp-block-paragraph\" style=\"background-color:#5ab891;padding-top:var(--wp--preset--spacing--x-small);padding-bottom:0\"><strong>Document API specifications<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"padding-top:0\">It&#8217;s important to have a clear spec to work from to help avoid confusion between the business and IT.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"padding-top:0\">.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-0674a45e wp-block-columns-is-layout-flex\" style=\"padding-right:var(--wp--preset--spacing--xxx-large);padding-bottom:var(--wp--preset--spacing--small);padding-left:var(--wp--preset--spacing--xxx-large)\">\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-e2a71e28 wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-base-color has-text-color has-background has-link-color has-base-font-size wp-elements-4 wp-block-paragraph\" style=\"background-color:#5ab891;padding-top:var(--wp--preset--spacing--x-small);padding-bottom:0\"><strong>Implement security by default<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"padding-top:0\">When possible, always opt for OAuth or a certificate versus basic auth.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"padding-top:0\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-e2a71e28 wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-base-color has-text-color has-background has-link-color has-base-font-size wp-elements-5 wp-block-paragraph\" style=\"background-color:#5ab891;padding-top:var(--wp--preset--spacing--x-small);padding-bottom:0\"><strong>Test at scale<\/strong><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Always run as if the system is under load at higher transaction<br>volumes before going live.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When it comes to integrating ServiceNow with enterprise systems like SAP, Entra ID, and monitoring solutions, it is less about the mechanics of making REST calls, or forgetting to change the method from POST to GET or something like that. Rather, this discussion is about designing patterns that are resilient, scalable, and secure. If you apply the correct architectural patterns within your integrations, such as filtering data, aligning identity models, reducing noise, and thinking about failure cases, you will make sure that ServiceNow becomes a reliable hub rather than a brittle link in the enterprise chain.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are working on a ServiceNow implementation today, my advice is very simple: treat integrations as first-class citizens in your architecture as they will add much more to the long-term success of your platform than any catalog item or workflow ever will.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In most of the large scale ServiceNow programs, integrations make or break the success of the platform. While configuring ITSM, ITAM, or CMDB modules is relatively straightforward the real challenge lies in making the ServiceNow co-exist seamlessly with other enterprise systems like SAP, Entra ID, or monitoring platforms. As a Solution Architect, I\u2019ve led several [&hellip;]<\/p>\n","protected":false},"featured_media":753040,"template":"","categories":[760,762],"tags":[1268],"industry":[],"class_list":["post-771141","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-microsoft","category-servicenow","tag-servicenow-uk"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/\" target=\"_self\" ><img width=\"1920\" height=\"1280\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575.jpg 1920w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-300x200.jpg 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-1024x683.jpg 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-768x512.jpg 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-1536x1024.jpg 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-11 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/\" target=\"_self\" >Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond | Devoteam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond\" \/>\n<meta property=\"og:description\" content=\"In most of the large scale ServiceNow programs, integrations make or break the success of the platform. While configuring ITSM, ITAM, or CMDB modules is relatively straightforward the real challenge lies in making the ServiceNow co-exist seamlessly with other enterprise systems like SAP, Entra ID, or monitoring platforms. As a Solution Architect, I\u2019ve led several [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/servicenow-integration-architectural-patterns\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/servicenow-integration-architectural-patterns\\\/\",\"name\":\"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/servicenow-integration-architectural-patterns\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/servicenow-integration-architectural-patterns\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/GettyImages-1214403575.jpg\",\"datePublished\":\"2025-10-10T08:45:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/servicenow-integration-architectural-patterns\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/servicenow-integration-architectural-patterns\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/servicenow-integration-architectural-patterns\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/GettyImages-1214403575.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/GettyImages-1214403575.jpg\",\"width\":1920,\"height\":1280,\"caption\":\"Architectural Patterns for ServiceNow Integrations: SAP, Azure AD, and Beyond\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/servicenow-integration-architectural-patterns\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond | Devoteam","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/","og_locale":"en_GB","og_type":"article","og_title":"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond","og_description":"In most of the large scale ServiceNow programs, integrations make or break the success of the platform. While configuring ITSM, ITAM, or CMDB modules is relatively straightforward the real challenge lies in making the ServiceNow co-exist seamlessly with other enterprise systems like SAP, Entra ID, or monitoring platforms. As a Solution Architect, I\u2019ve led several [&hellip;]","og_url":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/","og_site_name":"Devoteam","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/","url":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/","name":"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575.jpg","datePublished":"2025-10-10T08:45:50+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575.jpg","width":1920,"height":1280,"caption":"Architectural Patterns for ServiceNow Integrations: SAP, Azure AD, and Beyond"},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/uk\/expert-view\/servicenow-integration-architectural-patterns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/uk\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/uk\/expert-view\/"},{"@type":"ListItem","position":3,"name":"Architectural Patterns for ServiceNow Integrations: SAP, Entra ID (formerly Azure AD), and Beyond"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/uk\/#website","url":"https:\/\/devoteam.info\/uk\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575.jpg",1920,1280,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-300x200.jpg",300,200,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-768x512.jpg",768,512,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-1024x683.jpg",1024,683,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575-1536x1024.jpg",1536,1024,true],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2025\/10\/GettyImages-1214403575.jpg",1920,1280,false]},"uagb_author_info":{"display_name":"Therese Piper","author_link":"https:\/\/devoteam.info\/uk\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"In most of the large scale ServiceNow programs, integrations make or break the success of the platform. While configuring ITSM, ITAM, or CMDB modules is relatively straightforward the real challenge lies in making the ServiceNow co-exist seamlessly with other enterprise systems like SAP, Entra ID, or monitoring platforms. As a Solution Architect, I\u2019ve led several&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/expert-view\/771141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/expert-view\/771141\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/media\/753040"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/media?parent=771141"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/categories?post=771141"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/tags?post=771141"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/industry?post=771141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}