Where can I find IVR docs?

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,
Janice

Hi Janice,

A good starting point is the Architect Tutorial Get started with the Architect tutorial - Genesys Cloud Resource Center

A user with Master Admin role should have access. There is an specific article about permissions under the general help on Architect: About Architect - Genesys Cloud Resource Center

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?

Thank you,
Janice

You can use the web services data action to call your own JSON-based REST services: About the web services data actions integration - Genesys Cloud Resource Center

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.

Thank you so much, I appreciate everyone's help.

Janice

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.