This workflow corresponds to n8n.io template #7980 — we link there as the canonical source.
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": "Sunday Sweep Gmail Zero",
"nodes": [
{
"id": "cron",
"name": "Sun 9 PM Trigger",
"type": "n8n-nodes-base.cron",
"position": [
240,
300
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "getNews",
"name": "Find Old Newsletters",
"type": "n8n-nodes-base.gmail",
"position": [
480,
250
],
"parameters": {},
"typeVersion": 2
},
{
"id": "archiveNews",
"name": "Archive Softly",
"type": "n8n-nodes-base.gmail",
"position": [
720,
250
],
"operation": "delete",
"parameters": {},
"typeVersion": 2
},
{
"id": "getReceipts",
"name": "Find Receipts",
"type": "n8n-nodes-base.gmail",
"position": [
480,
420
],
"parameters": {},
"typeVersion": 2
},
{
"id": "labelReceipts",
"name": "Label Receipts",
"type": "n8n-nodes-base.gmail",
"position": [
720,
420
],
"operation": "addLabel",
"parameters": {},
"typeVersion": 2
}
],
"connections": {
"Find Receipts": {
"main": [
[
{
"node": "Label Receipts",
"type": "main",
"index": 0
}
]
]
},
"Sun 9 PM Trigger": {
"main": [
[
{
"node": "Find Old Newsletters",
"type": "main",
"index": 0
}
],
[
{
"node": "Find Receipts",
"type": "main",
"index": 0
}
]
]
},
"Find Old Newsletters": {
"main": [
[
{
"node": "Archive Softly",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Feel like your inbox is a junk drawer you’re scared to open? 📧
Source: https://n8n.io/workflows/7980/ — 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.
Managing Gmail manually can be tedious and time-consuming. Spam, Promotions, Social, and Trash folders quickly fill up with unwanted emails, taking up valuable storage and creating clutter. This workf
This workflow uses Gmail to send outreach emails to new Hubspot contacts that have yet to be contacted (usually unknown contacts), and records the outreach in Hubspot. Setup HubSpot Oauth2 creds (Be c
The aim of the AI Latest 24 Update Workflow is to automate the daily collection and distribution of the most recent Artificial Intelligence and Technology news from the past 24 hours. It ensures users
This automated n8n workflow uses the Gmail API to clean the spam folder by permanently deleting all emails on the first day of each month. The system ensures efficient email management and improves Gm
If you hate SPAM emails or don't want to clean them up frequently.