Protect your automation work by saving every workflow to Google Drive on a set schedule and send status alerts to email and chat. Great for teams that need safe copies, quick restore, and clear change history.
Here is how it runs. A scheduler starts daily and a second trigger lets other workflows call it when needed. The flow pulls all workflows from the platform API, then loops through them in batches. It checks a Google Drive folder first. If the folder is empty, it treats the run as the first backup and uploads files. If files already exist, it updates them by name and id. Two small code steps turn each workflow into a JSON file. File names follow a clear pattern using the workflow name and id. After processing, it sends a summary email and a Discord message. A limit node can cap how many items run in one go for safety.
Setup is simple. Connect Google Drive, Gmail, Discord, and the platform API as credentials in n8n Cloud. Paste your target Drive folder link into the Parameters node and set your recipient email address. Adjust the schedule to fit your backup window. Expect steady backups, easy audits, and faster recovery. This fits IT teams, operations leads, and anyone who needs nightly snapshots or on demand backups.