내용으로 건너뛰기

AWS Connect Custom managed view

0

I have been trying to integrate Third party app via "link" component available in "views". Have gone through screen pop applications document and step-by-step guides document. But haven't got a solid way to connect view to event in flow. Have tried using "show view" available in flow tab but my view has only link component in it so the show view component shows only "NO MATCH","ERROR" and "TIMEOUT" options all the three options mean failure from that how am I supposed to connect to a queue. this how the view looks when attached to show view component

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

    david

1개 답변
0

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

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.