Service provider connector

  • Release version: Zurich
  • Updated July 31, 2025
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Service provider connector

    The Service Provider Connector application serves as a reference design for ServiceNow Store applications that enable service providers—such as vendors, suppliers, and partners—to integrate their systems with customer ServiceNow instances. It accelerates customer onboarding, standardizes integrations, and reduces the need for custom development, ultimately enhancing productivity and visibility within the ServiceNow ecosystem.

    Show full answer Show less

    Key Benefits

    • Faster onboarding and billing: Pre-built connectors allow customers to integrate quickly without requiring extensive professional services.
    • Elimination of costly custom integrations: Providers define services within their own instances, reducing complexity and maintenance efforts for customers.
    • Process synchronization: Customer workflows and approvals precede provider processes, ensuring customers retain control over their procedures.
    • Data synchronization: Configuration items and other data created or modified on the provider’s instance can be synchronized back to the customer’s instance for visibility and ongoing use.
    • Enhanced ecosystem visibility and partner benefits: Integrated instances offer improved operational insights and access to partner program advantages.

    Key Features

    • User Interface: Includes persona-based reports and dashboards, descriptive menus, and role-based access control to manage user and admin permissions.
    • Onboarding: Provides rapid, guided onboarding without mandatory professional services, using playbooks or catalog items.
    • Configuration: Built-in data points and configurable processes minimize the need for custom setup and professional services.
    • Documentation and Support: Comprehensive documentation and integrated support contact methods improve user satisfaction and issue resolution.
    • Task Management: Predefined task integrations (incidents, changes, problems, etc.) built with Workflow Studio and Integration Hub for resiliency and performance.
    • CMDB Synchronization: Core configuration item data is synchronized between customer and provider instances to support ITIL processes.
    • Workflows: Designed in Workflow Studio to guarantee robustness and efficiency.
    • Catalog Integration: Provider catalogs are included and eBonded to customer instances, enabling request synchronization and updates.
    • Customer Process Interaction: Mechanisms allow customer processes to interact with requests before submission to providers, including approvals being sent back to customers as needed.
    • Integration Technology: Utilizes Workflow Studio and Integration Hub to ensure high resiliency and performance in integrations.

    Integration Components and Their Practical Uses

    • Instance Data Replication (IDR): Best for replicating instance data to support process integration, although it may be rigid for complex logic.
    • IntegrationHub: Ideal for embedding process integrations that require conditional or complex flow steps.
    • Global Work Queue (Virtual): Supports task federation for agents working across multiple instances, providing visibility of assigned work without storing external data.
    • Remote Tables: Enables read-only access to external data sources as tables within ServiceNow instances without storing the data locally.
    • Flow Designer: Allows process owners to automate approvals, tasks, and notifications using a natural language interface without coding.

    Practical Application for ServiceNow Customers

    ServiceNow customers can leverage service provider connectors to streamline integrations with external service providers, reduce reliance on costly custom development, and maintain control over their own processes and data. The application’s pre-built UI components, workflows, and synchronization capabilities enable efficient onboarding and ongoing collaboration with partners while ensuring data consistency and process alignment. Utilizing the recommended integration components allows customers to select the best approach based on their specific use case—whether data replication, process integration, task federation, or external data access.

    The service provider connector application is a reference design for creating a ServiceNow Store application for your customers to use to integrate with your systems. Service provider applications help you speed on-boarding and create standardized integrations.

    Benefits of service connectors

    When service providers (vendors, suppliers, partners) publish connectors, customer on-boarding is faster, which means faster billing. Integrated instances increase productivity, greater visibility in the ServiceNow ecosystem, and partner program benefits. Specific benefits are:

    • Eliminates custom integrations, including the cost of services required to deliver and maintain them.
    • Services are provider-defined within their ServiceNow instances and remove the need for the complexity and cost of custom integrations.
    • Workflows and catalog requests can be synchronized, with the customer’s processes and approvals preceding the provider’s processes, so customers can follow their own processes.
    • Any data created or modified (e.g. CIs) for the customer on the provider’s instance can be synchronized back into the customer’s instance for their visibility and use in processes.
    Service connector customer instances

    Key features

    Feature Description
    User Interface

    A service connector should include the following UI components at a minimum:

    • Reports/Dashboards – Reports and dashboards pre-defined by persona help with visibility.
    • Menu and modules – The customer should be able to find the application via descriptive Menu Provider XYZ Services.
    • Roles – Every connector requires user and admin roles to ensure access can be controlled by the customer. For example, “x_snc_xyz_user” or “x_snc_xyz_admin”.
    • On-boarding – Rapid on-boarding is essential to a good customer experience and should be included via playbook, guided setup, or catalog item in such a way that no professional services are required for the customer to go live. (Professional services are available, but on-boarding can be achieved without it).
    • Configuration – Data points should be built into processes to account for most of the normal process configuration a customer needs to achieve. This eliminates professional services as much as possible.
    • Documentation – Thorough documentation increases customer satisfaction and ease of use.
    • Support integration or contact info – The customer needs an easy way to stay in contact with the service provider for any issues, questions, or requests.
    Tasks Use the application for tasks, such as incidents, case, changes, problems, and so on, should be predefined in the connector. These integrations are built using Workflow Studio and Integration Hub to ensure the highest level of resiliency and performance.
    CMDB Core data synchronize such as the CIs required for proper ITIL processes should be kept in sync between provider and customer instances.
    Workflows All workflows should be designed in Workflow Studio to ensure resiliency and performance.
    Catalogs The provider’s catalog that the customer requests from should be included in the application as a record-producing catalog. The request generated by the item in the customer’s instance should be eBonded with the provider’s instances. The provider’s workflows keep the request updated and synchronize back to the customer’s instance.
    Customer Processes Any mechanisms for syncing requests with the provider’s instance should allow for customer processes to interact with the requests before they are sent to the provider’s instance. During provider processing, approvals can be sent to the customer’s instance as needed.
    Integration Integrations should be built using Workflow Studio and Integration Hub to ensure the highest level of resiliency and performance.

    Possible components you can include in a Service Connector

    Component Description
    Instance data replication (IDR) When replication is the goal:
    • Can be used for process integration, but can be too rigid depending on the complexity integration logic based on state transition
    • To learn more, see Instance Data Replication
    IntegrationHub When process integration is the goal:
    • Easier to inject in the middle of a process, as part of complex or conditional step in the middle of a flow
    • To learn more, see IntegrationHub
    Global Work Queue (Virtual) When task federation is the goal, and storing data externally is not acceptable:
    • Used where agents are working across multiple ServiceNow instances and need to see all open work assigned to them
    • Rows returned should be limited to less than 1000
    • To learn more, see Global work queue
    Remote Tables When external data usage without storage is the goal:
    • Used to connect an instance to third-party sources, or to another instance, to retrieve external data and optionally cache it in the memory. The data is treated as a table in the instance for read-only purposes such as group, sort, aggregate, and filter.
    • To learn more, see Retrieving external data using remote tables and scripts
    Flow Designer When process design is the goal
    • Used for automating processes in a single design environment. Process owners can use natural language to automate approvals, tasks, notifications, and record operations without coding.
    • To learn more, see Flow Designer

    Learn more about the Service Connector proof of concept on the ServiceNow Knowledge site.