How to send message proactively to Skype user through botframework output channel

Hi all,

I am struggling with a problem that I have to integrate sending message to Skype users in daily. I’ve tried using API ([API spec](https://rasa.com/docs/rasa/pages/http-api#operation/executeConversationAction)) to run action and trigger intent but it didn’t work. I think the problem here is botframework is not supported output channel because it worked on Telegram.

This is the result when output channel is botframework but it doesn’t appear when I set it by telegram

How can I do this task? Thanks.

It looks like this question’s already been answered over on StackOverflow. Text (from @erohmensing):

Hi @rctatman, does it mean there is no solution for this?