Apps
Last updated
Last updated
Eliona offers various apps to implement data from third party systems into Eliona. You have the possibility to install any apps from our library.
Run the installation by simply clicking on . If the app exists in multiple versions, you will be prompted to select the appropriate version.
Details about the individual apps can be found in the Eliona Apps section.
To avoid having to develop a separate frontend for each app, a generic frontend can be used to configure each app in Eliona. The generic frontend is a client to a REST API provided by the apps and for most apps it should be used mostly for configuration.
This frontend design will only be used if no other is available.
Description: Follow the link in description to get to app documentation. There you will find all app-specific configuration options with examples.
Endpoint: Select the endpoint. By convention, /configs
endpoint is used for configuration.
Method: Specify what to do.
For example, POST /configs
creates a new configuration. GET /configs
lists all configurations.
/configs/{config-id}
endpoints manipulate specific configs after creation (GET
=read, DELETE
=delete, PUT
=modify).
Parameters: If the endpoint requires some parameter, you can enter them here. Here you need to specify the ID of the config that you want to get updated. You can find the id in GET /configs
request.
Request: Write the request here. For most use-cases, you can copy and modify the example request in the aforementioned app documentation.
Response status: The HTTP status code and description. Green means all went good, red means something went wrong.
Response: Response of that request. If the request went well, you will find the requested information in this space.
The app then processes data for each enabled configuration. Creating redundant configurations may lead to unnecessary assets being created and also to hitting rate limits on provider's APIs or causing other problems.
The configuration usually contains following settings:
It is advised to follow the example values provided in the app's documentation and modify these only if there is a need for it.
To uninstall an app, click .
App overview: Click to go to the app overview.
Send: Click to submit the request.