This repository serves as a collection of various n8n workflows. Each workflow is organized into its own dedicated folder, containing the workflow's JSON definition and documentation.
Each workflow resides in its own dedicated folder. Inside each workflow folder, you will find:
workflow_name.json: The n8n workflow definition in JSON format.README.md: A description of the workflow, including setup instructions and documentation.
Example:
.
└── youtube_digest_workflow/
├── README.md
└── youtube_digest_workflow.json
Here's a list of the workflows currently available in this repository. Click on the workflow's folder and open its README.md for details.
- YouTube Digest Workflow (No Duplicates): Automated email digest with intelligent duplicate detection (
youtube_digest_wokflow_no_dupilcates/) - YouTube Digest Workflow: Basic YouTube digest automation (
youtube_digest_workflow/) - n8n News: News aggregation workflow (
n8n_news/) - Website Workflows: Workflows related to website operations (
website/)- Authentication without environment variables (
website/authentication-no-env.json) - Email report using Gmail (
website/email-report-gmail.json) - Time tracking with Google Sheets (
website/time-tracking-sheets.json)
- Authentication without environment variables (
- Navigate to the specific workflow's folder (e.g.,
youtube_digest_workflow). - Open the
.jsonfile (e.g.,youtube_digest_workflow.json) in a text editor and copy its entire content. - In your n8n instance, click on "Workflows" in the left sidebar.
- Click on "New" or the "+" icon to create a new workflow.
- In the workflow editor, click on the "Import" button (usually represented by an arrow pointing down).
- Paste the copied JSON content into the import dialog.
- Click "Import" to add the workflow to your n8n instance.
To get a detailed description and setup instructions for any workflow, navigate to its dedicated folder (e.g., youtube_digest_workflow/) and open the README.md file located there.