Can I integrate rasa with skype for business

I have a built a bot using Rasa core and rasa nlp , I wanted to know if I can integrate with skype for business

1 Like

You can have a look at GitHub - dadecoza/python-ucwa-bot: Skype for Business Response Bot.

1 Like

Hi @dadecoza , I have a Rasa bot up and running in local host/server. I want to integrate the same to Skype. I have used your python code to connect to Skype using discovery_url as https://www.skype.com/ . My doubt is, should we register with Azure AD and all other stuff to get the discovery URL and OAuth token to be able to integrate Rasa backend with Skype ?