Our customer provided us a file that contains a list of MSISD that we should hang up the call if the caller is from this list. For example, my phone number is 333-333 and it is on the list of MSISDN from the file, IVR should hang up.
So I uploaded a JSON file into the Documents section in GCCX, to test it if I can read the file from Architect in a flow. I couldn't figure out if I'm able to do this. Is it possible to read a file in flows, with a dedicated Genesys API or out of the box feature?
I managed to solve my problem by using data tables. But it would be nice if we are able to read a file directly in Architect, so if there is a way to do this, please let me know.
Correct, this is the way it supposed to be. I proposed this option (fetching data of the file with an API) to our client but they wanted to go with uploading the file into GCCX solution. At least they changed JSON to a CSV file so I'm now able to import it directly to my data table.