Module Returns and Reusing Modules

Last Updated : Dec 23, 2021 |
Prolog information
So far for our example we have been creating our auto-attendant as a single module. However, you can use an existing module as a component in another modules or callflow. Do so:
  • Simplifies the appearance and management of the callflow easier to understand.
  • Allows a common action, such as testing for business hours and whether the reception is open, to be used by multiple other modules.
For our example, we will combine the auto-attendants Test Condition and Test User Variable actions into a separate module.