Gmail Message Tools
detail.loadingPreview
Perform various operations on individual Gmail messages.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow provides a set of tools to perform common operations on individual Gmail messages. It includes functionalities to delete, retrieve, reply to, mark as read/unread, add/remove labels, and search for emails. Each operation is handled by a dedicated gmailTool node.
Key Features
- Delete individual emails.
- Retrieve detailed information about specific emails.
- Reply to emails, with options for CC, BCC, and attachments.
- Mark emails as read or unread.
- Add or remove labels from emails.
- Search for emails using various filters (sender, date, query string).
- AI-configurable parameters for dynamic operation based on AI prompts.
How To Use
- Import this workflow into your n8n instance.
- Configure the
iSJC Gmailcredential with your Gmail OAuth2 credentials. - Use the 'Manual Trigger' node to initiate specific operations or connect other nodes to trigger these Gmail tools.
- For each
gmailToolnode, specify the required parameters, such asMessage_ID,labelIds, or search filters. AI-generated parameters can be leveraged for dynamic configurations.
Apps Used
Workflow JSON
{
"id": "a13529c5-ea9a-4608-81e5-a0c7bf8f44d5",
"name": "Gmail Message Tools",
"nodes": 0,
"category": "Gmail",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a13529c5-ea9a...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Gmail AI Auto-Responder: Create Draft Replies
Automatically drafts replies to incoming Gmail messages using AI.
Gmail Email to Spreadsheet Export
Export emails from Gmail to a CSV spreadsheet.
Gmail Email Classification (Unverified)
Automatically classifies incoming Gmail emails into predefined categories and applies corresponding labels.
Gmail Resume Screener to Sheets
Automatically screen resumes from Gmail, extract candidate details, and score them using AI, then save the results to Google Sheets.
Gmail Community Contributed Template (Unverified)
Fetches emails from Gmail, uploads attachments to Google Drive, and generates a shareable link.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.