Profile

Oisin Glynn

Contact Details

To make changes to your name go to your 8x8 user profile

My Content

1 to 3 of 3 total
Posted By Oisin Glynn 03-31-2023 12:02
Found In Egroup: Open Forum
\ view thread
The variable is the position of the current call in the queue that it is in. If the call is not in a queue it has no value. For a call that is in a queue the following will return True if this call is in position 2 If you are wanting to offer a call back and are using the "Test Condition of Queue" ...
Posted By Oisin Glynn 03-30-2023 05:32
Found In Community: Open Forum
\ view thread
You should make sure you understand and are comfortable with code snipits before using them. I missed the Fetch function So you would need to add this function also to the post below. This is what I have in the Fetch function, I added it to the original post as well for clarity. let RecursiveFetch = ...
Posted By Oisin Glynn 03-29-2023 06:17
Found In Community: Open Forum
\ view thread
You should make sure you understand and are comfortable with code snipits before using them. This would be a multi step process involved in authenticating and then requesting data. This example assumes you've setup some parameters names apikey - contains the api key for Work Analytics WorkAUsername - ...