Service provider connector
Summarize
Summary of Service provider connector
The Service Provider Connector application is a reference design on the ServiceNow platform that enables service providers to create standardized, easy-to-use integrations for their customers. It facilitates faster customer onboarding, reduces the need for custom integrations, and enhances visibility and productivity across integrated ServiceNow instances. This accelerates billing and improves partner program benefits by simplifying and standardizing connectivity between service providers and customers.
Show less
Key Features
- User Interface: Includes essential components such as pre-defined reports and dashboards tailored by user persona, clear menu navigation (e.g., "Provider XYZ Services"), and role-based access control with user and admin roles to secure the connector.
- Onboarding: Designed for rapid, self-service onboarding through guided setups, playbooks, or catalog items, minimizing or eliminating the need for professional services.
- Configuration: Built-in data points and configuration options cover typical customer needs, further reducing dependency on professional services.
- Documentation and Support: Comprehensive documentation and straightforward support contact mechanisms ensure customer satisfaction and ease of use.
- Tasks and Workflows: Predefined task integrations (incidents, changes, cases, problems) and workflows are built with Workflow Studio and Integration Hub to ensure resiliency and high performance.
- CMDB Synchronization: Core configuration item (CI) data is synchronized between provider and customer instances to maintain ITIL process integrity.
- Catalog Integration: Provider catalogs are exposed as record-producing items in the customer’s instance, with requests synchronized (eBonded) between instances to maintain consistent status and updates.
- Customer Process Interaction: Allows customer-specific processes and approvals to occur before provider processing while enabling provider approvals and updates to be synchronized back to the customer.
- Integration Technologies: Utilizes Workflow Studio and Integration Hub for building resilient, high-performance integrations.
Integration Components
Service providers can leverage various components within the connector to suit different integration needs:
- Instance Data Replication (IDR): Best for scenarios requiring data replication, though it may be less flexible for complex state-driven logic.
- IntegrationHub: Ideal for process integrations needing conditional or complex flow steps, enabling injection at any point in a process.
- Global Work Queue (Virtual): Supports task federation without external data storage, useful for agents working across multiple instances with real-time visibility of their open tasks.
- Remote Tables: Enables read-only access to external data sources or other instances without data storage, allowing grouping, sorting, and filtering within the instance.
- Flow Designer: Empowers process owners to automate approvals, notifications, tasks, and record operations using a no-code environment.
Benefits for ServiceNow Customers
- Accelerates onboarding and reduces time to value by eliminating the need for custom integrations and extensive professional services.
- Ensures integration resiliency and performance through proven ServiceNow technologies like Workflow Studio and Integration Hub.
- Improves operational visibility and collaboration across provider and customer instances by synchronizing key data and workflows.
- Supports customer-specific processes and approvals, enabling seamless integration without disrupting existing workflows.
- Provides a standardized, documented, and supported framework for service providers to deliver integrations that customers can confidently deploy and maintain.
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.
Key features
| Feature | Description |
|---|---|
| User Interface |
A service connector should include the following UI components at a minimum:
|
| 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:
|
| IntegrationHub | When process integration is the goal:
|
| Global Work Queue (Virtual) | When task federation is the goal, and storing data externally is not acceptable:
|
| Remote Tables | When external data usage without storage is the goal:
|
| Flow Designer | When process design is the goal
|
Learn more about the Service Connector proof of concept on the ServiceNow Knowledge site.