Integration Card Test

The Integration Card Test tool allows you to render an SAP Integration Card by providing either the manifest.json of that card directly or by supplying a URL which will return the manifest.json with a GET request, to help you during the creation process of your integration card.

Create an integration card

Integration cards are defined via their manifest.json that describes their appearance but also contains the information from where the card should fetch its data (when not directly embedded).

The appearance is divided into a header and a content section. You can also supply the data of those sections independently.

You find more information about the SAP integration cards with many examples and explanations on the UI5 Card Explorer.