top of page

Expert Tips

IVR Logging

A common question about Genesys Cloud Architect flows is how to generate detailed IVR logging that shows the exact path taken by each individual call. Flow Outcomes and Milestones can be used to accumulate counts of the number of times an action or path is taken but this doesn’t show a clear sequence of actions.

​

One solution is to use the concept of a trail of breadcrumbs that are set to a participant data attribute as a delimited string of actions or paths.

​

​

The Logging reusable task…

This string can be incredibly helpful to:

​

  • Answer questions about specific calls

  • Troubleshoot issues with Architect flows

  • Perform data analytics on IVR usage

​

Contact an Agon engineer to learn more

  • Accepts a “token” – this might be the name of the flow, a schedule path, a menu selection, the result of a data action, etc.

  • Gets the current value of the participant data attribute

  • Appends the token to the value

  • Sets the full string back to the attribute
     

The task can then be called from anywhere else in the flow to add a token to the current path associated with the call.

calltask.png

The result is a delimited string that clearly represents the path through the IVR taken by a specific call.

participantdata.png
bottom of page