AutomationFlowsEmail & Gmail › Electron - Backup Automatique

Electron - Backup Automatique

ELECTRON - Backup Automatique. Uses httpRequest, gmail. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesHTTP RequestGmail
Email & Gmail Trigger: Cron / scheduled Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the Gmail → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "ELECTRON - Backup Automatique",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 24
            }
          ]
        }
      },
      "id": "daily-trigger",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "url": "https://api.github.com/repos/IlarionDossouyovo/ELECTRON",
        "options": {
          "method": "GET"
        }
      },
      "id": "get-repo",
      "name": "Get Repo Info",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "to": "electronbusiness07@gmail.com",
        "subject": "ELECTRON - Sauvegarde quotidienne",
        "body": "Sauvegarde effectu\u00e9e. Stats: {{$json.stargazers_count}} stars, {{$json.forks_count}} forks",
        "options": {}
      },
      "id": "notify",
      "name": "Notify",
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 1,
      "position": [
        650,
        300
      ]
    }
  ],
  "connections": {
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Get Repo Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Repo Info": {
      "main": [
        [
          {
            "node": "Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

ELECTRON - Backup Automatique. Uses httpRequest, gmail. Scheduled trigger; 3 nodes.

Source: https://github.com/IlarionDossouyovo/ELECTRON/blob/218eb97cc2f081e0a85d781b031e52aac8fb7d20/workflows/backup-daily.json — original creator credit. Request a take-down →

More Email & Gmail workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Email & Gmail

[](https://youtu.be/mMEX4Zsz4XY)

HTTP Request, Gmail
Email & Gmail

Gmail Workflow. Uses gmail, httpRequest. Scheduled trigger; 7 nodes.

Gmail, HTTP Request
Email & Gmail

🔷 W6 — Veille hebdo → Claude → Buffer → Newsletter. Uses httpRequest, gmail. Scheduled trigger; 5 nodes.

HTTP Request, Gmail
Email & Gmail

monthly-financial-summary-email. Uses httpRequest, gmail. Scheduled trigger; 3 nodes.

HTTP Request, Gmail
Email & Gmail

Relatórios aos Laboratórios. Uses httpRequest, gmail, formTrigger. Scheduled trigger; 54 nodes.

HTTP Request, Gmail, Form Trigger