Module types
Module types
Modules should be associated with the correct type, depending on their functionality.
Detailed descriptions of different types of modules can be found in our modules documentation as well as in the best practices guide to module descriptions.

Universal modules
Each app should have a universal module. This module allows users to use API endpoints that are not supported, using their connection created to the app.
More about universal modules can be found in our modules documentation.
Make sure the universal module has the:
correct label and description,
correct
url
which starts with the base URL, andcorrect connection.
Last updated