Exploring Integration Hub

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 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 Exploring Integration Hub

    ServiceNow® Integration Hub allows you to create reusable integrations with third-party systems, accessible throughout the ServiceNow AI Platform. You can invoke external systems using APIs from Action Designer and utilize various protocols such as REST, SOAP, and PowerShell.

    Show full answer Show less

    Key Features

    • Inbound Integration: Responds to conditional webhooks from external systems; for example, triggering flows in ServiceNow when a P1 issue is created in an issue-tracking application.
    • Outbound Integration: Executes third-party APIs when specific events occur in ServiceNow, enabling actions like posting incident details to Slack.
    • Spoke Creation: Use Spoke Generator to automate integration tasks and create reusable actions without scripting.
    • Custom Integrations: Build unique integrations using REST or Script steps within Action Designer.
    • Server Administration: Automate server and application management via custom actions directed to a MID Server.

    Key Outcomes

    Integration Hub consolidates automation capabilities, enabling process owners and developers to visualize and build integrations in a single environment. It enhances business process automation, allows non-technical users to understand integration logic, and simplifies credential management through aliases. When developing integrations, actions should be created within a scoped application, tested, and published for deployment in various ways, including the ServiceNow Store.

    ServiceNow® Integration Hub enables you to build reusable integrations with third-party systems and call them from anywhere in the ServiceNow AI Platform. For example, you can request Integration Hub to call external systems using integration APIs from the Action Designer Script step, run the Script step on the ServiceNow® MID Server, and activate protocol steps like REST, SOAP, and PowerShell.

    Capabilities

    The Integration Hub provides both inbound and outbound integration with third-party applications.

    Inbound integration occurs when a flow that you set up on Flow Designer responds to a conditional and event-driven external webhook from a third-party system and executes. For example, when you create a P1 issue on an issue-tracking application, its external webhook triggers a flow in the ServiceNow instance and an incidence database table is updated in the ServiceNow instance. Here, the webhook is conditional and event-driven.

    Outbound integration occurs when the Integration Hub enables execution of third-party APIs as a part of a flow when a specific event occurs in ServiceNow. These integrations, referred to as spokes, are easy to configure and enable you to quickly add powerful actions without the need to write a script. For example, you can post a message and incident details in a Slack channel when a high priority incident is created.

    Integration Hub provides the following functionality:

    Create spokes
    Build spokes using Spoke Generator to automate integration tasks by creating a sequence of reusable actions to develop custom integrations. For more information, see Building spokes using Spoke Generator.
    Spokes for base system integrations
    Using Integration Hub actions in Flow Designer, you can:
    Create custom integrations
    Build custom integrations with Action Designer using a REST step or a Script step.
    Automate inbound integrations with third-party applications
    Set up a flow with external trigger definition on Flow Designer by selecting base system external trigger definitions, and actions from the spokes or core actions. Then, Set up external trigger endpoints that the third-party application webhooks use to trigger the flow you had set up. Your ServiceNow instance authenticates the webhook before it triggers the flow.
    Automate the administration of servers and applications in your network
    Use custom actions to delegate Flow Designer processes to a MID Server in your network. For example, actions that use the PowerShell step or REST step.

    Benefits

    Integration Hub provides process owners and developers these benefits.

    • Consolidates multiple ServiceNow AI Platform automation capabilities into a single environment so process owners and developers can build and visualize business processes and integrations from a single interface.
    • Extends Flow Designer content to integrate business processes with external systems.
    • Promotes business process automation by enabling subject matter experts to develop and share spokes with flow designers.
    • Provides natural-language-descriptions of integration logic to help non-technical users understand triggers, actions, inputs, and outputs.

    Connection and Credentials

    Integration Hub takes advantage of aliases to manage connection information and credentials when integrating with external systems. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. Integration Hub only requires an alias, which then resolves to use the correct credentials and connection information during runtime. Learn more about credentials, connections, and aliases.

    Development process

    When developing a custom integration, develop all actions for the integration within a scoped application. When deployed to a target instance, these actions are grouped as a spoke in Flow Designer. Brand the spoke by adding a custom icon to the application record. To learn more about application development, see Build applications.

    When developing spokes, flow and action designers typically perform these application development tasks.

    1. Create a scoped application on a development instance to build spokes.
    2. Publish a test version of the scoped application to the application repository.
    3. Deploy the scoped application to a test instance from the application repository.
    4. Test the scoped application on the test instance.
    5. When working as expected, publish the scoped application in one of the following ways.
      • Publish to the application repository for deployment on production instances.
      • Publish to the ServiceNow Store as an application that customers can request for their environments.
      • Publish to ServiceNow Share to provide content to other customers in the ServiceNow community.

    Review Flow Designer design considerations in the Architecture Overview.