For the complete documentation index, see llms.txt. This page is also available as Markdown.

Apps

Apps

Eliona offers various apps to implement data from third-party systems in Eliona. You have the option to install any apps from our library.

Perform the installation by simply clicking on. If the app exists in multiple versions, you will be prompted to select the appropriate version.

To uninstall an app, click on.

Details about the individual apps can be found in the section [External Link] Eliona Apps.

Generic frontend configuration

To avoid having to develop a separate frontend for each app, every app in Eliona can be configured via this generic frontend. This frontend design is only used when no other is available.

  1. App overview: Click on , to get to the app overview.

  2. Endpoint: First, enter the endpoint.

  3. Method: Select the method. (GET/ POST/ DELETE/ PUT)

  4. Config ID: Enter the config ID (e.g. of the devices) of the response.

  5. Project ID: Enter the project ID.

  6. Description: Brief description of the app.

  7. Request: The request is set via the endpoint, method, and config ID.

  8. Endpoint URL preview: Displays the URL path with the endpoint and the config ID.

  9. Answer: After you have sent the request (No. 11), you will see the response here.

  10. API version: Displays the HTTP status of the API.

  11. Submit: Click on , to send the request.

Was this helpful?