Get agents in queue with a specific language

Hi,

I'm trying to create a query to get the count of agents in queue with a specific language I have at the moment.

I need it to use when I open a chat to check if there is any agent with the specific language in queue, to if not I'll send a message to send an email to us.

Hi,

You can use GET /api/v2/routing/queues/{queueId}/members and filter by language to see what agents in the queue have a specific language.

Hi Ronan.

In this GET have a field to know if the agent is currently on queue?

You can set the expand value to routingStatus. The routingStatus will have possible values of OFF_QUEUE, IDLE, INTERACTING, NOT_RESPONDING, COMMUNICATING.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.