<Scheduler/>
Introduction to <Scheduler/> Tag in Opentact XML
The <Scheduler/>
tag in Opentact XML empowers users to dynamically define different call actions or flows based on specific time criteria, such as the day of the week (dow) and time of day. This feature provides the flexibility to execute varying call flows, enhancing user engagement and experience. Let's explore how the <Scheduler/>
tag works with a few illustrative examples:
Basic Usage:
In this example, if a call is received on a Sunday or Saturday, Opentact will execute the specified actions within the <Schedule>
block, providing a tailored response.
Time-Based Scheduling:
Here, the <Scheduler/>
tag allows for defining different actions during specific time windows on weekdays. For instance, it instructs callers to wait until after 7 am or to call back the next day during the specified time range.
Dynamic Call Flows:
This scheduling block welcomes callers with a specific message during business hours on weekdays.
Complete Example:
This comprehensive example showcases the <Scheduler/>
tag's versatility, enabling users to define tailored call responses based on both day-of-week and time-of-day criteria.
Last updated