Modules

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 docs as well as in the Best Practices guide.

The module can return more than one campaign object, so it should be of the type Search.

Universal module

Each app should have a universal module. This module is there to allow users to use not supported API endpoints using their connection created to the app.

More about this module can be found here.

Make sure this module has:

  • correct label and description,

  • correct url which starts with the base URL,

  • correct connection.

Using the base URL

All of the modules should build on top of baseURL from the Base section (simply by starting with a forward slash /). It is very unlikely that a single module will need to have a completely different URL than the rest.

The underlined part which is the same for each module should be in the Base tab.

Last updated