I'm trying to find out how Genesys supports IVR. I've been looking through all the docs I can find and haven't found anything that's an introduction to IVR, or how I would implement it. I thought I had admin access to just about everything in our https://apps.usw2.pure.cloud... but don't see anything about IVR. Could someone please give me links that will describe how IVR works in Genesys and how I would go about implementing it? Also, is there some specific permission I need to be able to view IVR related functions in Admin?
I've been poking around a bit more, is IVR the same as call flows set up in Architect?
Thank you for the info. I've since learned that we'll need to call some of our internal APIs with data collected by the user during the interaction and then report the result back to the user. Is it possible to do this in flows and if so, would you point me to the appropriate documentation?
If your services aren't exposed to the internet, you'll need to implement some sort of middleware that is accessible to Genesys Cloud and can access your private services. The architecture of that is entirely up to you; Genesys Cloud data actions interface just require a well-behaved REST endpoint.