Hello, I have been reading through some of the Bot Framework SDK documentation, and I have also done a couple tutorials for creating a bot as well as creating Webhooks. I am still very new to this so I am not totally clear on the capabilities of these bots.
My workplace has a website for all employees, and I'm looking for a way to connect a Teams Bot to that website. Here's an example: I want to be able to put in a time off request on the website, and that triggers a bot to notify somebody (like someone in HR) on Teams with something like "Peter has put in a time off request for June 21- June 24" With buttons to "Accept" or "Deny" . Then when the person from HR hits a button like accept, it sends that back to the website.
We are looking to move a lot of our notifications from email to teams, so the time off request was just an example, but more broadly I'm looking for a way for the bot to communicate back and forth with the website.