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 →
{
"id": "pkw1vY5q1p2nNfNC",
"name": "Forward Netflix emails to multiple email addresses with GMail and Mailjet",
"tags": [
{
"id": "NfcTamKf2RPwzXbo",
"name": "automate-everything",
"createdAt": "2024-02-14T20:01:44.966Z",
"updatedAt": "2024-02-14T20:01:44.966Z"
}
],
"nodes": [
{
"id": "653e1069-b231-41e4-8257-5276934ec124",
"name": "Gmail Trigger",
"type": "n8n-nodes-base.gmailTrigger",
"position": [
600,
360
],
"parameters": {
"simple": false,
"filters": {
"sender": "netflix.com",
"includeSpamTrash": true
},
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "2edc2a63-b3ce-45a4-ad37-fde991453be5",
"name": "Mailjet",
"type": "n8n-nodes-base.mailjet",
"position": [
1540,
360
],
"parameters": {
"html": "={{ $json.html }}",
"text": "={{ $json.text }}",
"subject": "={{ $json.subject }}",
"toEmail": "={{ $json.recipient }}",
"fromEmail": "sender@email.com",
"additionalFields": {}
},
"credentials": {
"mailjetEmailApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "255de753-a0f5-458d-ac7f-ca354076e336",
"name": "Set all recipients",
"type": "n8n-nodes-base.set",
"position": [
940,
360
],
"parameters": {
"fields": {
"values": [
{
"name": "recipients",
"type": "arrayValue",
"arrayValue": "['email1@example.com','email2@example.com','email3@example.com']"
}
]
},
"options": {}
},
"typeVersion": 3.2
},
{
"id": "fe3affe4-0655-42b4-a0a6-b8b231180fbd",
"name": "Split Out recipients",
"type": "n8n-nodes-base.splitOut",
"position": [
1240,
360
],
"parameters": {
"include": "allOtherFields",
"options": {
"destinationFieldName": "recipient"
},
"fieldToSplitOut": "recipients"
},
"typeVersion": 1
},
{
"id": "c53493f0-8584-43a2-9f93-60c5c7776e60",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
520,
200
],
"parameters": {
"width": 257,
"height": 332,
"content": "## Gmail\n1. Connect your Gmail Account, where you are receiving emails from your Netflix account. \n2. Set the polling intervall"
},
"typeVersion": 1
},
{
"id": "d07ae854-39ae-4cab-a59f-26c96da99958",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
860,
200
],
"parameters": {
"width": 249,
"height": 338,
"content": "## Set all recipients\nReplace the sample emails in the array with the email addresses of your friends and family to whom you want to forward the Netflix emails"
},
"typeVersion": 1
},
{
"id": "5393381b-d96d-4b68-aeac-39facafdd0aa",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1460,
200
],
"parameters": {
"width": 265,
"height": 335,
"content": "## Mailjet\n1. Connect your Mailjet Account to forward the Netflix emails\n2. Set your sender email address"
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"timezone": "Europe/Berlin",
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": "JgJIAy1RwwG892Kn",
"executionOrder": "v1",
"saveManualExecutions": true
},
"versionId": "6e57d138-9909-46ac-bde4-b59bde72b3e1",
"connections": {
"Gmail Trigger": {
"main": [
[
{
"node": "Set all recipients",
"type": "main",
"index": 0
}
]
]
},
"Set all recipients": {
"main": [
[
{
"node": "Split Out recipients",
"type": "main",
"index": 0
}
]
]
},
"Split Out recipients": {
"main": [
[
{
"node": "Mailjet",
"type": "main",
"index": 0
}
]
]
}
}
}
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.
gmailOAuth2mailjetEmailApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Forward Netflix emails to multiple email addresses with GMail and Mailjet. Uses gmailTrigger, mailjet, splitOut, stickyNote. Event-driven trigger; 7 nodes.
Source: https://github.com/Zie619/n8n-workflows — 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.
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
Email Automation Suite. Uses gmailTrigger, supabase, gmail. Event-driven trigger; 12 nodes.
[](https://www.youtube.com/watch?v=jxT6XO4eUwI)
Automatically transform audio files into professional transcription reports with AI-powered speech recognition, timestamp generation, and formatted Google Docs output. Monitors Gmail for incoming audi
Lector de facturas. Uses gmailTrigger, rabbitmq. Event-driven trigger; 9 nodes.