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 →
{
"createdAt": "2025-04-25T15:58:23.217Z",
"updatedAt": "2025-04-26T07:18:42.000Z",
"id": "vSsRGzY4MHd5Za8M",
"name": "Nlko",
"active": false,
"nodes": [
{
"parameters": {
"content": "## Test Gmail Check Workflow\n\nThis workflow polls your Gmail account for new emails.\n\n1. Configure your Gmail credentials (OAuth2 or Service Account).\n2. Set up any filters (e.g., unread only, specific sender).\n3. Activate the trigger and wait for new messages.\n4. Check execution logs for email details.",
"height": 260,
"width": 460
},
"name": "Gmail Explanation",
"type": "n8n-nodes-base.stickyNote",
"position": [
460,
-80
],
"id": "generated-432d14a8-4b4c-4a31-ba95-9c62b4513b8f"
},
{
"parameters": {
"pollTimes": {
"item": [
{}
]
},
"filters": {
"readStatus": "unread"
}
},
"name": "Gmail Trigger",
"type": "n8n-nodes-base.gmailTrigger",
"position": [
300,
200
],
"id": "generated-3ea153d9-bd48-4f10-b252-8786cb194404",
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
}
}
],
"connections": {},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": null,
"versionId": "cb45384e-da14-43be-999c-9bce5a9c5edb",
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
gmailOAuth2
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Nlko. Uses gmailTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/AdminRHS/n8n-credentials-backup/blob/9be9e5c32e495d6bce2eb5bbc6a3411589f98c27/workflows/Nlko/Nlko.json — 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.
Forward Netflix emails to multiple email addresses with GMail and Mailjet. Uses gmailTrigger, mailjet, splitOut, stickyNote. Event-driven trigger; 7 nodes.
Splitinbatches Workflow. Uses gmail, gmailTrigger, slack, stopAndError. Event-driven trigger; 7 nodes.
This workflow template is designed for everyone with a Gmail address, who wants to forward all Netflix emails, including temporary login codes, to friends and family effortlessly. Scans your Gmail inb
Splitinbatches Workflow. Uses gmail, gmailTrigger, slack, stopAndError. Event-driven trigger; 7 nodes.
Forward Filtered Gmail Notifications to Telegram Chat. Uses stickyNote, gmailTrigger, telegram. Event-driven trigger; 5 nodes.