You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

126
+
127
+
If we don't see anything, we need to add the workflow first.
128
+
129
+
### Adding out-of-hours workflow
110
130
111
131
When we create an auto attendant we don't need to specify an out-of-hours workflow. If we hit **Submit** in the **Call flow** window (as in the image below), it won't be created:
112
132
113
133

114
134
115
135
We can check if that's the case by inspecting the value of the *Call flows* property in the `$aa` variable. If it's empty, as in the image below, the out-of-hours workflow is not defined:
116
136
117
-
118
-
119
137

120
138
121
139
If there's no out-of-hours workflow, we won't be able to modify it. Modifying is described in the later stages. Let's now take care of the workflow.
@@ -130,11 +148,11 @@ The script below assumes there's no holiday workflow. If there's one defined, it
0 commit comments