Last updated
© 2025 make.com
Last updated
The mappable parameters should follow this priority order:
required parameters
optional parameters
advanced parameters
Advanced parameters should never be required.
When defining the input parameters, try to use the same order as in the integrated service. Place required parameters at the top if it is possible. Position parameters in logical groups.
Using a help directive, you may specify a hint of what is expected for the parameter when it is not that obvious from the label or the expected value is more complicated. The text should start with a capital letter and end with a period. Supports Markdown, such as _italic_
, **bold**
, `monospace`
, , or URL [example](http://example.com)
.
Example:
Services like CRMs use large amounts of input parameters. In these cases, you can mark less important parameters as advanced. When the parameter is marked as advanced, then by default it isn't shown in the GUI. It can be found in the advanced parameters instead after the user clicks on Show advanced settings.
Example: