Skip to content

Do manager configured agent state events appear in Connect Streams API

0

Hi all. I have a custom CCP utilizing the Connect Streams API. I know that if the agent changes their state within the custom CCP an event is thrown by streams api that I can listen for on the page. However if an agent manager was to update the agent's status as described here, will that status change also throw an event in Streams API? The documentation link attached says "This change appears in the agent event stream" but I am not clear if this is referring to the kinesis data stream, the connect streams api, or both?

1 Answer
0

Hello,

The statement "This change appears in the agent event stream" means that it will be streamed as Kinesis Agent Events and not the Streams API.

However you can subscribe to the agent.onStateChange() method in Streams API to get any state change events for the agent- https://github.com/amazon-connect/amazon-connect-streams/blob/master/Documentation.md#agentonstatechange

AWS

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.