Hi,
I am using RASA Core 0.12.1 and RASA NLU 0.14.6
I would like to run a custom action that repeats, for example every day at a specific time.
So for example The bot would ask: “Would you like to run this as a one off or repeat daily?” User: Repeat daily
- Custom action is executed every day - in my scenario its a ping of host machine and email.
Is there logic or functionality within RASA to do this?
Thanks