- Joined
- May 3, 2014
- Messages
- 122
- Reaction score
- 26
Hello, All.
I'm here again for help with a CFD app. It is my biggest one yet and I would appreciate help from the forum. I will need a lot of help and would love to get as much as I can here. I am trying to create an app that allows callers to interact with a self-service platform that reads out the balance in a customer's bank account. The app works in the flow below.
1. Check DID of an Incoming call against an existing DB of customer numbers
2. If the DID check is successful, proceed to further authenticate the caller using an ID and a PIN. If the initial DID check is not successful, the call is routed to a service centre agent.
3. During the second authentication phase, the caller follows voice prompts to guide entering a 6-8 digit ID and a 4-digit PIN.
4. If the second authentication is successful, the call moves to the customers' existing API to read out customer balances. If not successful, the call is sent to the contact centre.
I have attached a sketch of the proposed call flow as I explained and a mock-up of the components in the call flow design.
Any help in getting the app to work is appreciated. Also, I would like to be more comfortable using the CFD. Can anyone recommend a learning resource that I can use to understand the fundamentals? I always get confused when I read the guides and I see the c# scripts and the SQL queries.
Thanks very much.
I'm here again for help with a CFD app. It is my biggest one yet and I would appreciate help from the forum. I will need a lot of help and would love to get as much as I can here. I am trying to create an app that allows callers to interact with a self-service platform that reads out the balance in a customer's bank account. The app works in the flow below.
1. Check DID of an Incoming call against an existing DB of customer numbers
2. If the DID check is successful, proceed to further authenticate the caller using an ID and a PIN. If the initial DID check is not successful, the call is routed to a service centre agent.
3. During the second authentication phase, the caller follows voice prompts to guide entering a 6-8 digit ID and a 4-digit PIN.
4. If the second authentication is successful, the call moves to the customers' existing API to read out customer balances. If not successful, the call is sent to the contact centre.
I have attached a sketch of the proposed call flow as I explained and a mock-up of the components in the call flow design.
Any help in getting the app to work is appreciated. Also, I would like to be more comfortable using the CFD. Can anyone recommend a learning resource that I can use to understand the fundamentals? I always get confused when I read the guides and I see the c# scripts and the SQL queries.
Thanks very much.