I’ve created an agent in Node-RED to handle sending emails, and I’m calling this agent from OpenRPA. Functionally, everything is working fine — the mails are being sent as expected.
However, I’m facing an issue where I have to manually run the agent every day to initiate the mail process. I was wondering if there’s a way to automate this so that the agent starts or triggers automatically at a specific time or event, without requiring manual intervention each day.
You can trigger OpenRPA from nodered using the RPA node.
In nodered you can install one of the many scheduler modules ( search for cron or schedule ) if you want to keep it simple you can also use the inject node to do it.