- 新しい順
- 投票が多い順
- コメントが多い順
You're trying to use the "show view" block for routing in Amazon Connect, but it’s only meant to display views to agents, not route contacts. Here’s how to proceed: • Use "show view" only to display custom views with your link component. • Handle actual contact routing with "Transfer to queue" blocks in the main contact flow. • Store any needed data with a "Set contact attributes" block. • Use an agent event flow triggered on incoming contacts to show the custom view via the "show view" block. • Make sure your link component points to the correct app URL and that the domain is registered in Connect. In short, keep view display and contact routing separate: routing via transfer blocks, views shown in agent event flows. The "show view" block’s outcomes reflect display success, not routing decisions.
関連するコンテンツ
- AWS公式更新しました 3年前

Are you looking to make the 3rd party app pop when a call arrives? Not possible yet.
david