Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Saba Spoke

The Saba spoke enables you to pull learning courses, course activity and users from a Saba instance into a ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Saba spoke v1.1.0 is the latest version.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • Complex Object (com.glide.cobject)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • ServiceNow IntegrationHub Action Step - JSON Parser [com.glide.hub.action_step.jsonparser]
  • IntegrationHub Standard Spokes [com.glide.hub.action_step.xmlparser]

Note: Some of these plugins are licensable features and require an appropriate license if used outside the spoke implementation. For information on licenses, contact your account manager.

Spoke flows

The Saba spoke provides a flow to pull tokens on a scheduled basis. Enable the flow to ensure that the spoke actions work properly.

FlowDescription
Get Saba TokenRetrieves access token for Saba and generates a new refresh token after every six days.

Spoke actions

The Saba spoke provides actions to automate Saba tasks when events occur in the ServiceNow instance. Available actions include:

ActionDescription
Get Authorization CodeRetrieves the authorization code that is required to get the access token in the Saba system.
Get Access TokenRetrieves the access token for Saba based on username, password, authorization code, connection alias, and application registry.
Get Refresh TokenRetrieves the refresh token for Saba.
Get Saba System Timezone DifferenceCompares the time zones of the Saba system and ServiceNow platform and retrieves the difference.
Look up Courses StreamRetrieves the main view to get course data. This is based on filters such as count per page, and start page.
Look up User Course Activity StreamRetrieves user progress on course items.
Look up Users StreamRetrieves data of employees from the the Saba system.
Save AssignmentCreates or updates a standard assignment.

Spoke module

The Saba spoke adds a Saba application to your ServiceNow instance. The Saba application has the following module:

ModuleDescription
CredentialsDetails required to pull tokens from the Saba system.

Saba spoke account requirements

The Saba spoke requires registering an OAuth 2.0 application in your Saba account to generate OAuth 2.0 tokens for the Saba spoke. Record the generated Client ID, Client Secret, Application key, Integration user name, and password for later use.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection. For more information, see Connections and Credentials.

For information about setting up the spoke, see Set up Saba spoke.