Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

The Hub Listener node will listen to the path which is configured in the URL property of the node. This node is similar to the http in node with a prefix /hub/ and the method defaulted to Get.

Project - Name of the project.

Method - Defaulted to Get method to make the request.

URL - The URL should be in the format of /hub/:hubname/

Name - Name of the node.

The page view URL button will be visible Post-deployment.

You can find the kgraphId in the payload property msg.payload.orbita.facts.kgraphId 

You can find the hubsettings in the payload property msg.payload.orbita.facts.hubSettings

How to use Hub Listener node

  1. Create an Engage hub in https://yourdomain.orbita.cloud:8443/engage/hub. In our example, we created an Engage hub named sample.

  2. Give the hub name in the URL field of the Hub Listener node.

  3. Connect the Hub Listener node, Template node and the http out nodes in this sequence.

  4. Construct your web page design in the template node.

  5. Use the URL to access the web page https://yourdomain.orbita.cloud:8443/hub/sample

The hub listener node will also populate the payload properties with the kgraph Id and the hub settings at msg.payload.orbita.facts.kgraphId and msg.payload.orbita.facts.hubSettings respectively.

Related Articles

  • No labels