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

Microsoft Azure Notification Hub Spoke

Integrate ServiceNow instance with Microsoft Azure Notification Hub. Manage Azure notification hubs from your 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

Microsoft Azure Notification Hub spoke v2.0.0 is the latest version.

Supported versions

This spoke was built for Azure Notification Hub version 2023-09-01, but may be compatible with later versions.

Spoke requirements

  • Storage account in your Microsoft Azure portal for integration with your ServiceNow instance.
  • Register the application in the Microsoft Azure portal and record the access keys and directory IDs.

Spoke dependencies

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

  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • Flow Designer Action Step - Payload Builder (com.glide.hub.action_step.payload)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • Complex Object (com.glide.cobject)
  • Get Connection Info (com.glide.hub.action_step.get_connection_info)
  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • IHUB Spoke Util Pack (com.snc.ihub_spoke_util_pack)
  • Microsoft Azure Resource Management Spoke is installed and the connection record configured on your ServiceNow instance.
  • Microsoft Azure Notification Hub SAS connection and credential alias record is configured on your ServiceNow instance.

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke actions

The Microsoft Azure Notification Hub Spoke provides actions to automate Azure Notification Hub tasks when events occur in your ServiceNow instance. Available actions include:

CategoryActionDescription
Installation ManagementCreate or Update InstallationCreates or updates an installation.
Delete InstallationDeletes an installation.
Look up InstallationRetrieves installation based on the Installation ID.
Update InstallationPartially updates an installation using the JSON-Patch.
Look up Namespaces Stream by Resource GroupReturns the list of available namespaces within a resource group.
Look up Namespaces Stream by Subscription IDReturns the list of available namespaces within the subscription.
Namespace ManagementLook up NamespaceReturns the details of the specified namespace.
Create or Update NamespaceCreates or updates a Notification Hub namespace. Note: This operation is idempotent.
Delete NamespaceDeletes an existing namespace. This operation also removes all associated Notification Hubs under the namespace.
Update NamespacePatches the existing namespace.
Notification Hub ManagementCreate or Update Notification HubCreates or updates a Notification Hub in a namespace.
Delete Notification HubDeletes a notification hub associated with a namespace.
Look up Notification HubReturns the details of the specified notification hub.
Look up Notification Hubs Stream by NamespaceReturns the list of available notification hubs associated with a namespace.
Registration ManagementCreate APNS RegistrationCreates a registration for an Apple Push Notification service \(APNS\) device. This method generates a registration ID that you can use to retrieve, update, and delete this registration.
Create GCM RegistrationCreates a registration for Google Cloud Messaging \(GCM\) device. This method generates a registration ID that you can use to retrieve, update, and delete this registration.
Create Registration IDReturns a registration ID \(without creating a registration\).
Delete RegistrationDeletes a registration.
Look up RegistrationRetrieves information about a registration.
Update APNS RegistrationUpdates an existing APNS registration.
Update GCM RegistrationUpdates an existing GCM registration.
Look up Registrations StreamRetrieves all registrations.
Notification ManagementSend APNS Native NotificationSends an APNS native notification through a Notification Hub.
Send GCM Native NotificationSends a GCM native notification through a Notification Hub.
Send Notification to Device HandleSends a notification directly to a device handle (a valid token as expressed by the Notification type). Note: Users of this API don’t need to use Registrations or Installations.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. 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 information about setting up the spoke, see Set up the Microsoft Azure Notification Hub spoke.