Reminders via Rest Channel

Hello. I am using rest channel to communicate with rasa and post messages and receive responses via a webhook.

My script works just fine. Every time I input a message, it is posted and the rasa response is returned and printed. However, when the time has come for a scheduled reminder to be triggered, this script is not able to extract the corresponding response. Any idea?

@spartan Hi! Check your channel support reminder or not? Or Try Rasa X

I wish this will help you https://github.com/RasaHQ/rasa/tree/main/examples/reminderbot and also see callback Your Own Website

Good Luck!