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.

The List Campaigns module in this example is incorrectly identified as an Action module.

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, and

  • correct connection.

Last updated