I'm having a requirement in a Teams bot where bot will send a reminder message provocatively if there is no response on a message thread for 5 days. How i can achieve this. i'm using bot framework v3 (c#)
Asked
Active
Viewed 132 times
1 Answers
2
In order to send a proactive message you need to save user’s information in your backend storage. You can now use this information to send proactive message even using Postman/Fiddler. You could have simple Web Service which triggers proactive message or it can be done via Azure Function.
Here is App Template for Company Communicator which uses Azure Function to send proactive message.

Wajeed Shaikh
- 3,078
- 1
- 23
- 30