Can send file to Nodered from openrpa

Hello,
Is there an activity in OpenRPA that can send a file or its binary content to Node-RED? Just curious if there’s a built-in way to do this!

Yes, use the Upload/Download file feature. This will upload/download to FsGrid in OpenCore, and you can then use the same download/upload node inside Node-RED.

It shows this error: ServerError: Access denied downloading. in nodered

I have another question: How can I access the Node-RED Editor/Admin API? I have an my agent running with Docker

If Node-RED and the robot are using different users, it becomes a little more complicated.
In those cases, I would highly recommend you consider using work items instead. This way, you can control permissions on the work item queue and “follow” the flow of data per queue.

Work Items Documentation

There is nothing special about the Node-RED started from OpenCore; you can access the API like normal.

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