Skip to content

n8n is an open-source workflow automation tool that uses a visual, node-based interface to connect hundreds of apps and services. It enables users to automate repetitive tasks, sync data between different platforms, and create complex, custom workflows without needing to write extensive code.

Notifications You must be signed in to change notification settings

NishaGNB/n8n_Automations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧩 n8n_Automation

This repository contains a collection of my custom-built n8n automation workflows in .json format. These workflows can be imported directly into an n8n instance to automate various tasks such as data syncing, email notifications, API integrations, and more.


πŸ“‚ Repository Structure

Each .json file in this repo represents a single n8n workflow. Filenames are descriptive to help identify their purpose.

  workflows/
  β”‚
  β”œβ”€β”€ sheets-to-email/
  β”‚   └── sheets-to-email.json
  β”‚
  β”œβ”€β”€ api-data-fetcher/
  β”‚   └── api-data-fetcher.json
  β”‚
  β”œβ”€β”€ daily-summary-to-telegram/
  β”‚   └── daily-summary-to-telegram.json
  β”‚
  └── README.md   # optional: document all workflows here

πŸš€ Getting Started

To use any of these workflows:

  1. Download or clone this repository: git clone https://github.com/NishaGNB/n8n_Automations

  2. Open your n8n instance (cloud or self-hosted).

  3. Import a workflow:

    • Go to the n8n editor.
    • Click the ☰ menu β†’ Import Workflow.
    • Upload the .json file of the workflow you want to use.
  4. Customize as needed:

    • Add your own credentials, webhook URLs, sheet IDs, etc.
    • Activate the workflow if needed.

πŸ›  Requirements

  • A running instance of n8n
  • Proper credentials set up in your n8n credentials manager for each service used (Google Sheets, Gmail, Telegram, etc.)

✍ Contribution

Feel free to open issues or pull requests if:

  • You find a bug in a workflow.
  • You want to suggest a new automation.
  • You want to contribute your own n8n workflows.

πŸ™Œ Acknowledgments

Thanks to the n8n community and all open-source tool builders that help make automation easier and more accessible.


πŸ’‘ About n8n

n8n (pronounced "n-eight-n") is an extendable workflow automation tool that lets you connect various services via low-code/no-code flows.

Learn more: https://n8n.io

About

n8n is an open-source workflow automation tool that uses a visual, node-based interface to connect hundreds of apps and services. It enables users to automate repetitive tasks, sync data between different platforms, and create complex, custom workflows without needing to write extensive code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published