Create a topic subscription
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
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.