check agent availability before starting a conversation #2808
Unanswered
EdwinWortel
asked this question in
Q&A
Replies: 1 comment
-
We have the API to list agents which also contains the online status of the agents. I think the documentation is missing for this API, we will add it to our swagger.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I have a question;
I am building a chatbot, and at a certain point when the bot cannot heIp anymore, I want to handover the user to a custom inbox to an available human agent.
Now, I only want to do that when a human agent really is available to take that live chat. If no human agent is available, I keep the user in the bot and follow another path.
Would you have an API access to see beforehand if an human agent is available?
So I need at least 1 agent who is online/available/green before handing over.
Beta Was this translation helpful? Give feedback.
All reactions