cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2633
Views
0
Helpful
3
Replies

agent status on microsoft teams

ravi.kumar1
Level 1
Level 1

is there an integration possible between microsft teams and uccx so that agent status can be seen from Microsoft Teams

3 Replies 3

dekwan
Cisco Employee
Cisco Employee

Hi,

 

Do you have Finesse in the solution? Finesse has APIs to retrieve the agent state which can be used in Microsoft Teams. Assuming that the agent is logged in, you would not be able to get notifications for the agent state because Finesse only supports one connection to the notification service at a time.

 

If Finesse is not in the solution, the only way is to use the CTI protocol, but that seems overkill for just getting agent states.

 

Thanx,

Denise

yes we have finesse, can you please provide some more info

Hi,

 

After thinking about this some more, does Microsoft Teams have an API to change the status?

 

If you want to get the state of the agent from Microsoft Teams, you can use the GET API to get the agent's state: https://developer.cisco.com/docs/finesse/#!userget-user. This would have to be a poll mechanism from Microsoft teams because like I said earlier, you cannot have more than one connection.

 

If Microsoft Teams has an api to change the status, you can build a gadget to be put on the Finesse agent desktop that will call the Microsoft Teams API when the state changes. You can take a look at the LearningSampleGadget to see how to know when the state changes: https://github.com/CiscoDevNet/finesse-sample-code/tree/master/LearningSampleGadget. Then take a look at the ExternalRESTAPISampleGadet to see how to call an external REST API: https://github.com/CiscoDevNet/finesse-sample-code/tree/master/ExternalRestApiSampleGadget

 

Thanx,

Denise

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: