Create a topic subscription

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • Subscribe to the topic in the ServiceNow AI Platform that you want respond to the incoming notification from the external system. By subscribing to the topic, the subscriber receives the notifications based on the topics that you subscribe to.

    Antes de Iniciar

    • Make sure that the Telecommunications Alarm Management Open API (sn_ind_tmf642) application is installed with the ServiceNow AI Platform.
    • Create topics for the incoming notifications.

    Role required: admin, sn_api_notif_mgmt.subscription_creator

    Por Que e Quando Desempenhar Esta Tarefa

    You subscribe to the available topics for the incoming notifications from the external system, based on the customer preference. You generate the callback URL to share with the customers. When a request from an external system hits the callback URL, it initiates the creation of an event in the Event Management application.

    Additionally, you register the topic subscription to start receiving the incoming notifications. When you create a topic subscription, it creates a record in the Topic Subscription [sn_api_notif_mgmt_subscription] table. To learn more about the methods to query and manipulate records in the Topic Subscription, see TopicSubscriptionUtilOOB - Scoped.

    Procedimento

    1. All > Telecom API Notification > Subscription.
    2. Select New.
    3. On the form, fill in the fields.
      Tabela 1. Topics Subscription form
      Field Description
      Topic Topic that you want to subscribe.
      CallbackURL The callback URL that you’re sharing with the external system to capture the incoming notification. The URL is generated automatically when you select Generate CallbackURL.
      Filter query Encoded content query parameters from the topic. You can also modify the filter query.

      To learn more about the query parameters that follow the TMF 688 standards, see TM Forum.

      Registration status Status of the Topic registration with the external system. By default, it’s Unregistered. If the process is successful, the field value changes to Registered. Otherwise it’s Error.
      Registration message Registration status message from the external system.
      Subscription id Unique subscription id from the external system.
    4. Get the callback URL by selecting Generate CallbackURL.
    5. Register the subscription by selecting Register.

    Resultado

    A trigger definition is created for the callback URL and the topic is registered to the external system.

    O que Fazer Depois

    In the Workflow Studio, you activate the endpoints of the Telecommunications Alarm Management Open API connection. For more information, see Activate the endpoint of the Telecommunications Alarm Management Open API connection.