Forum Discussion
preuley30
Jul 25, 2023Brass Contributor
Notification for incoming calls without options to accept/decline call
Hi everyone. I have a very special customer with a special requirement... I've got asked, if it possible to notify people about incoming calls, without options to accept/decline the call. The cus...
Nivedipa-MSFT
Microsoft
Jul 26, 2023preuley30 - You can use Microsoft Teams webhooks or a bot to capture incoming call events. Microsoft Teams can be configured to send notifications to a webhook or bot whenever there's an incoming call.
Ref Doc: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=dotnet
Thanks,
Nivedipa
-------------------------------------------------------------------------
If the response is helpful, please click Mark as Best Response and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Ref Doc: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=dotnet
Thanks,
Nivedipa
-------------------------------------------------------------------------
If the response is helpful, please click Mark as Best Response and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- preuley30Aug 31, 2023Brass ContributorHi, thank you for your response.
I understand that part with the webhook but we're using Teams Direct Routing in the customer's tenant. Do you know a way to catch the incoming calls and trigger an action that is sending the information to the webhook?
As what I've found, there is no Graph API support for Teams Direct Routing.- Nivedipa-MSFTOct 19, 2023
Microsoft
preuley30 - The Graph API does provide support for call and meeting bots, which can handle incoming calls and perform actions based on those calls. However, this functionality seems to be separate from the Direct Routing feature.