What is a Module?

A module is a way to import any of your bots into a bot.

It allows building standardized mini-script, which means:

Untitled

How to use a module?

You need to insert the node in the script and select the account id, bot name, and bot version of the bot you want to use as a module in the main bot.

Many modules are available in calldesk-modules and calldesk-modules-en to pre-build use cases. For more information about module usage, please follow dedicated formations with our support team.

Module stats prefix is optional: for legacy Statistics mode, it allows to give a prefix to all the statistic blocks defined inside a module.

How to create a module?

Any bot you create can be accessible as a module in another bot.

Any bot importing your bot as a module will begin the script through the Start node, and will leave the module in Done action.

Then deploy your bot on a dev environment to test it as a module.

However, for production usage:

How the updates of the module are applied to the bot using this module?

When you use a module in a specific version, any new deployment of the module in this version will: