This guide is intended to help employees set up a custom agent view in Amazon Connect. A custom agent view provides agents with relevant information about the incoming call before, during, and after the interaction. In the example below, we will capture the Queue Name attribute and pass it to the custom agent view.
Set Contact Attributes
You must capture the relevant data as a variable before it can be passed to the custom view.
- Add block: Set contact attributes
- note: you must add the block to your contact flow AFTER the Set working queue block. Otherwise, there will be no Queue Name value to pull. Also, it must be added BEFORE the Transfer to queue block.
- Set attributes on: Current contact
- Namespace: User defined
- Key: queueName
- Set dynamically
- Namespace: System
- Key: Queue name
Set Event Flow
Call the handler flow that references the custom view that will be presented to the agents.
- Add block: Set event flow
- note: you must add the block to your contact flow AFTER the Set contact attributes block and before the Transfer to queue block.
- Select event: Default flow for Agent UI
- Set manually: Operation View v1 (or the name of any other custom flow that you've built)