Communication & Messaging
0069 Manual Gmail Automation Triggered
0069 Manual Gmail Automation Triggered
Manual
Medium
4
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.06 KB
{
"name": "0069 Manual Gmail Automation Triggered",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-40,
240
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
150,
240
],
"parameters": {
"resource": "message",
"operation": "getAll",
"returnAll": true,
"additionalFields": {
"q": "-in:chats unsubscribe -license -key -password",
"format": "ids"
}
},
"credentials": {
"gmailOAuth2": "Gmail"
},
"typeVersion": 1
},
{
"name": "Delete Old Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
500,
410
],
"parameters": {
"resource": "message",
"messageId": "={{$json[\"id\"]}}",
"operation": "delete"
},
...Showing first 1000 characters. Click "Expand" to view the full JSON.