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 →
{
"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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
[](https://youtu.be/mMEX4Zsz4XY)
Gmail Workflow. Uses gmail, httpRequest. Scheduled trigger; 7 nodes.
🔷 W6 — Veille hebdo → Claude → Buffer → Newsletter. Uses httpRequest, gmail. Scheduled trigger; 5 nodes.
monthly-financial-summary-email. Uses httpRequest, gmail. Scheduled trigger; 3 nodes.
Relatórios aos Laboratórios. Uses httpRequest, gmail, formTrigger. Scheduled trigger; 54 nodes.