Skip to main content
The existing payment terms for xApps are outlined in the Billing article. Cognigy reserves the right to change the billing of xApps in the future.
The xApp Flow Nodes allow creating xApps, flexible micro-web applications for customer self-service. You can build the actual xApp pages by yourself in various ways, for example, by providing HTML code or by specifying an Adaptive Card in JSON format. Cognigy.AI supports the following Nodes:

xApp: Init Session

This Node initializes a new xApp session.

xApp: Get Session PIN

This Node generates a new xApp session PIN. You can access it using the xApp: Get Session PIN token or via input.apps.session.pin.

xApp: Show Adaptive Card

This Node builds an xApp page by providing an Adaptive Card in JSON format.

xApp: Show HTML

This Node builds an xApp page by providing custom HTML code.

More Information