Need Help to Automatically Trigger Node-RED Agent for Sending Emails

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.

Is there any video tutorial and documentation related this. Please share with us.

using Inject node and Cron node is shown in this video

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.