Daily reminder

Hello,

I know that I can use a reminder to trigger something in the future once. Can I use a reminder to trigger an event daily too? Or what can I use to trigger something daily?

Thanks for your help in advance!

Hey, currently there is no way to trigger something daily from within Rasa. Nevertheless, you can use the API endpoints to trigger events.

Thank you for the quick answer! :slight_smile:

Right now I use a reminder and trigger the next reminder from the reminder itself. I would like to try out your suggestion with the API endpoints. If I understood you right I write a script for example in python which is scheduling these API-endpoint calls daily. I refer to that documentation https://rasa.com/docs/rasa/api/action-server/ which says I need next_action, sender_id, tracker and domain to make this API calls. Next_action isn’t a problem since I know what I want to trigger. But how can I retrieve the other information for my python scheduling script?

Thanks for your help!