We have an inbound call flow that that allows callers to select which department they want.
The flow is on a schedule to allow calls between the times of 8 am to 6 pm eastern time.
In this flow there is a department that is only open from 8 am to 5 pm so a time checker was put in the flow so that if a caller takes the option for that department between 5 and 6, they get a message that the department is closed and to call back the next business day.
I need to replicate the time checker to use in other places but it is using commands that I'm not familiar with. Rather than blindly following the example, I would like to understand what the commands are doing. Please help me decipher what these commands are doing or point me towards the documentation
Would also like to understand what the Flow. commands are and what other things are available such as the callers phone number
the full text of the highlighted areas
975 Uses a Catagory of Purecloud Data Actions and the Data Action is named GET EST Timeoffset
976 AddMinutes(GetCurrentDateTimeUtc(),Task.Offset)
977 Hour(Flow.TimeToday) >= 8 and Hour(Flow.TimeToday) < 17
What I think these are doing:
975 is getting the difference in time between GMT and EST (currently -240 minutes)
976 is taking the current GMT time and adding the Timeoffset
977 is checking to see if the current hour time is before 8 or after 17 (5 pm)
Thanks
#ArchitectureandDesign------------------------------
Ben Marthin
Vehicle Service Group, LLC
------------------------------