Last updated
© 2025 make.com
Last updated
Modules should be associated with the correct type, depending on their functionality. Detailed descriptions of different types of modules can be found in our docs as well as in the guide.
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.
Make sure this module has:
correct label and description,
correct url
which starts with the base URL,
correct connection.
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.
More about this module can be found .