Notification message

I developed a chatbot using Rasa and integrated it into MS Teams (The extension I use as endpoint: https://XXXXXXXX.com.tr:XXXX/webhooks/botframework/webhook) works without any problems.

My goal is to have the chatbot send a message to the Teams user before the user sends a message to the chatbot. For example, send a congratulatory message to some selected users on special days. Or send a good morning message to users every morning at 9 am, or send a notification message by the chatbot if an announcement is desired.

Is it possible to do these? how will I do?

Have you looked at Microsoft’s Graph API?, you can call Teams using the Graph API from a custom action.

Yes, I looked at it a bit, but I didn’t understand how to connect it with rasa chatbot :frowning:

you will need to create an action server, and in a custom action, you can then connect to the graph API