Universal module

A universal module can be used to perform an arbitrary API call to the service's API. It allows the user to specify all parameters of the request while using the app's connection.

Every app using API should have a universal module. An app can have only one universal module.

There are two types of universal modules. Choose one depending on the API you use:

Components

Components of the universal module are the same as for the action module.

Available IML variables

You can use all of the IML variables available for action modules in the universal module, except for the iterate directive.

Universal module in a scenario

When a universal module is used in a scenario, it is recommended to use it together with a JSON > Create JSON module. Not only it is much easier to create the structure of JSON for the universal, but also all characters, which are part of JSON definition and should be considered as letters, are escaped.

Example of the use of the JSON > Create JSON and universal modules

Last updated