Run Robot Framework in Automated Workflows with n8n: Introducing n8n-nodes-robotframework! 🚀

Hey everyone! :wave:

I’ve been working on a project that I think some of you might find useful: n8n-nodes-robotframework. It’s a custom n8n node that lets you run Robot Framework code directly in your n8n workflows.

For those not familiar, n8n is a powerful, open-source workflow automation tool that lets you connect apps, services, and custom code to build automated workflows with ease.

Here’s the GitHub repo if you want to check it out:

:link: GitHub - Delilovic/n8n-nodes-robotframework

Contributions or feedback are highly welcome! Feel free to explore, suggest ideas, or reach out if you’d like to collaborate. :blush:

1 Like

I’ve updated the README file for the n8n RobotFramework Community Node, making it much easier to set up and try this powerful integration! :tada:

Here’s what’s new:

• Step-by-step instructions for setting up the node with n8n.

• A detailed usage example demonstrating how to automate a login, validate it, and send a Telegram notification.

• Clear guidance on how to import the example workflow into your n8n instance with a single JSON file.

• Simplified explanations on how to use Robot Framework scripts with browser context, variables, and outputs seamlessly within n8n workflows.

Whether you’re already using N8N or are new to it, you can now quickly get started with this instruction.

Check out the updated README here: [GitHub Repository Link]