This repository contains a collection of workflows developed in n8n to extend the functionality of the Open Food Network (OFN). These workflows automate common processes, integrate external services, and optimize tasks to enhance the management of platforms built on OFN.
The Open Food Network is an open-source platform that enables local food networks to thrive by connecting producers, distributors, and consumers. These n8n workflows are designed to help platform administrators automate repetitive tasks, streamline operations, and integrate with third-party tools like email services, CRMs, or analytics platforms.
To use these workflows, you'll need:
- An n8n instance (self-hosted or cloud).
- Access to your Open Food Network platform.
- API credentials for any third-party services you plan to integrate (e.g., Mailchimp, Google Sheets).
-
Clone this repository to your local machine:
git clone https://github.com/yourusername/n8n-ofn-workflows.git cd n8n-ofn-workflows ```
-
Import the workflows into your n8n instance:
- Open your n8n dashboard.
- Go to the Workflows section.
- Click on Import and upload the .json files from this repository.
-
Configure the workflows to match your OFN setup:
- Update API endpoints and credentials in the workflows as needed.
- Adjust any specific parameters to fit your requirements.
Coming soon
These workflows are fully customizable to meet your specific needs:
- Use n8n’s visual editor to modify nodes and logic.
- Add integrations for other tools your organization uses.
- Test workflows in your development environment before deploying them to production.
Contributions are welcome! If you’d like to add new workflows or improve existing ones:
- Fork this repository.
- Create a new branch for your changes.
- Submit a pull request with a detailed description of your updates.
This project is licensed under the MIT License.