I want to implement notifications within my chatbot

When a specific schedule exists, I would like to create a reminder that informs the schedule before that time, either within the chatbot or as a browser notification.
It would be better if it could be controlled on the XO platform, but other than that, I think BotKit or webhook would be possible, but I can’t come up with a specific method.

Any good ideas or methods?

Alert Tasks could be suitable for your usecase. Here’s a link to the documentation about alert tasks if you’ve not already looked into it.

First of all, thank you very much for your reply.

I succeeded in receiving an Alert message to the chatbot through the Documentation you provided and this link.
thank you
Do you know how to implement push notifications on mobile phones or browsers? Is this also set in Alert Task? (not on ms teams)
As I searched, I saw an example of setting Deploy, but I don’t know how to set it up.