Skip to content

r3mcos3/n8n_workflows

Repository files navigation

n8n Workflows

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.

Structure

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

Workflows

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)

How to Use

Importing a Workflow into n8n

  1. Navigate to the specific workflow's folder (e.g., youtube_digest_workflow).
  2. Open the .json file (e.g., youtube_digest_workflow.json) in a text editor and copy its entire content.
  3. In your n8n instance, click on "Workflows" in the left sidebar.
  4. Click on "New" or the "+" icon to create a new workflow.
  5. In the workflow editor, click on the "Import" button (usually represented by an arrow pointing down).
  6. Paste the copied JSON content into the import dialog.
  7. Click "Import" to add the workflow to your n8n instance.

Viewing Workflow Details

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.

About

n8n Workflows Repository - A collection of automation workflows built with n8n

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •