Automate Monthly Gmail Spam Cleanup with Gmail API - n8n Workflow | Neura Market
Automate Monthly Gmail Spam Cleanup with Gmail API
This n8n workflow uses the Gmail API to automatically delete all emails in the spam folder on the first day of each month, optimizing email management and storage.
The workflow is designed to enhance Gmail hygiene by permanently removing spam emails on a monthly basis. It begins with a scheduled trigger on the first day of each month, fetches all emails labeled as spam using the Gmail API, introduces a short delay to comply with API rate limits, and then deletes the fetched spam emails. This process helps in maintaining a clean inbox and efficient storage management.
Platform
n8n
Category
Communication
Price
Free
Creator
Emma Rodriguez
wait
gmail
stickyNote
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.