Communication & Messaging
Get messages with a certain label, remove the label, and add a new one
Get messages with a certain label, remove the label, and add a new one
Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.16 KB
{
"id": "175",
"name": "Get messages with a certain label, remove the label, and add a new one",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
450,
300
],
"parameters": {
"resource": "message",
"operation": "getAll",
"additionalFields": {
"format": "full",
"labelIds": [
"Label_103811885290186237"
]
}
},
"credentials": {
"gmailOAuth2": "Gmail"
},
"typeVersion": 1
},
{
"name": "Gmail1",
"type": "n8n-nodes-base.gmail",
"position": [
650,
300
],
"parameters": {
"labelIds": [
"Label_103811885290186237"
],
"resource": "me...Showing first 1000 characters. Click "Expand" to view the full JSON.