Genesys Cloud - Main

 View Only

Sign Up

  • 1.  Case Creation in IVR

    Posted 4 hours ago

    Hi

    Has anyone come across a situation where you automatically use information the customer shares in the IVR, use Data Actions to then automatically create a case without the need to speak to a human agent?


    #Implementation
    #Other

    ------------------------------
    Chantelle Fraser
    Senior CX Advisory Consultant
    ------------------------------


  • 2.  RE: Case Creation in IVR

    Posted 4 hours ago
    Edited by Kaio Oliveira 4 hours ago
    Yes, this is a fairly common scenario and very doable within Architect using Data Actions. A typical pattern that works well:
    -
    1. Start with ANI lookup
    On call arrival, use the caller's ANI (Call.Ani) as the first lookup attempt against your external system via a Data Action. This gives you a frictionless experience for known customers - no input required.
    -
    2. Handle the "not found" path
    If the ANI lookup returns no match (or returns multiple records), branch to a Collect Input action to ask for a customer ID, account number, tax-ID , or whatever identifier makes sense for your use case. You can optionally confirm the data back to the caller using a Say or Play action before proceeding.
    -
    3. Create the case automatically
    Once you have a confirmed identity, fire a second Data Action to POST the case to your CRM/ticketing system (Salesforce, ServiceNow, Zendesk, etc.) passing whatever data you've collected - ANI, customer ID, selected intent from a menu, timestamp, etc.
    -
    4. Attach data to the conversation
    Use Set Participant Data to store the case ID and customer details on the interaction. That way, if the call does escalate to an agent, they receive the context via screen pop without having to re-ask anything.



    ------------------------------
    Kaio Oliveira
    GCP - GCQM - GCS - GCA - GCD - GCO - GPE & GPR - GCWM

    PS.: I apologize if there are any mistakes in my English; my primary language is Portuguese-Br.
    ------------------------------



  • 3.  RE: Case Creation in IVR

    Posted 4 hours ago

    Thanks for this. Very helpful.



    ------------------------------
    Chantelle Fraser
    Senior CX Advisory Consultant
    ------------------------------



  • 4.  RE: Case Creation in IVR

    Posted 4 hours ago

    Hi Chantelle,

    Yes, we've recently integrated ticket creation into our CRM, and one of the next use cases I'm now looking at is using that same pattern for after-hours case creation or during peak periods when queues are busy, where customers can raise a ticket directly in the IVR without needing to speak to an agent.

    In our case, it would need to be driven by an ID number captured in the IVR rather than ANI, because ANI is not always up to date or reliable enough for that kind of automation. So the flow would be to capture the ID in the IVR, validate it, and then use that information to drive the case creation into the CRM.

    We've been using Functions alongside the integration to handle the orchestration and return structured outputs back into the flow, which has given us a bit more flexibility around validation, success/failure handling, and what gets created.

    So while our current implementation started with agent-assisted ticket creation, the same design is definitely opening up those IVR-led use cases now.



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------



  • 5.  RE: Case Creation in IVR

    Posted 3 hours ago

    Don't forget once you have created the case for the caller - to send them that case number / information via a retainable channel (email / SMS) - that means they will have the ID to hand if they call in again - so can use bots for self help.
    Equally you can use this to create a case for each interaction - but don't necessarily have to tell the caller.  I had a use case where every call to an IT helpdesk - regardless of purpose needed a case - for stats / measurement - so every inbound call created a case = popped it to the agent - and if appropriate the agent manually gave the caller the number - if not added notes and closed silently.



    ------------------------------
    Richard Robinson
    Senior Technical Account Manager
    ------------------------------



  • 6.  RE: Case Creation in IVR

    Posted 3 hours ago

    Thanks for sharing your insights really helpful. I'll definitely keep this in mind as I continue building out the use case.



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------



  • 7.  RE: Case Creation in IVR

    Posted 2 hours ago

    Thanks @Richard Robinson. Really appreciate the guidance.



    ------------------------------
    Chantelle Fraser
    Senior CX Advisory Consultant
    ------------------------------



  • 8.  RE: Case Creation in IVR

    Posted 2 hours ago

    Thank you @Phaneendra Avatapalli



    ------------------------------
    Chantelle Fraser
    Senior CX Advisory Consultant
    ------------------------------