Forum Discussion
penguinsource
Oct 15, 2020Copper Contributor
Service error 'Unknown' when attempting to send a (non-reply) message
Hi! I am using the Bot Framework Rest API with Node. I am successfully sending reply messages upon a user sending a message (in MS Teams). I am now trying to start a conversation and send a message...
penguinsource
Oct 15, 2020Copper Contributor
I see my formatting is really bad! I kind of copy pasted the content.
Here is a second go at it:
I am using the Bot Framework Rest API with Node. I am successfully sending reply messages upon a user sending a message (in MS Teams) - but my goal is to send a message to a user without the user messaging the bot.
I have read through proactively sending a message through the Graph API but it seems there is no REST API for it ( dissappointed 😞 ).
Do you know why this error is happening where I am getting service error 'unknown'? I attached screenshots on this Github issues post, sorry for external linking but it's a bunch of screenshots..
https://github.com/MicrosoftDocs/bot-docs/issues/1934
penguinsource
Oct 15, 2020Copper Contributor
Help?