I need to create an MS Teams bot which would once a day send a survey in a form of a message (probably in as adaptive cards) to a channel (that would proabably be proactive message). Also, I need to be able to react to users clicking buttons and updating previously sent adaptive card. I want to build this in NodeJs (I am not sure if something like ReactJS is needed).
I was able to pull this off easily in Slack when I was building the same bot there, but I'm overwhelmed by the documentation for MS Teams solution and I've no idea where to start from: whether I should be using connector, bot, or something else. There is a bunch of examples, but none of them match exactly what I need.
Thanks!