{ "id": "pkw1vY5q1p2nNfNC", "meta": { "instanceId": "workflow-e7b76011", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.378664", "updatedAt": "2025-09-29T07:07:48.378674", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "name": "Forward Netflix emails to multiple email addresses with GMail and Mailjet", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "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": { "id": "rbqlV0L0SJmc5Qr6", "name": "Gmail account" } }, "typeVersion": 1, "notes": "This gmailTrigger node performs automated tasks as part of the workflow." }, { "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": { "id": "ToQvJxEpa4shhXkA", "name": "Mailjet Email account" } }, "typeVersion": 1, "notes": "This mailjet node performs automated tasks as part of the workflow." }, { "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, "notes": "This set node performs automated tasks as part of the workflow." }, { "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, "notes": "This splitOut node performs automated tasks as part of the workflow." }, { "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, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "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, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "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, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "error-0d330e56", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "pinData": {}, "settings": { "timezone": "UTC", "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "executionOrder": "v1", "saveManualExecutions": true, "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "versionId": "6e57d138-9909-46ac-bde4-b59bde72b3e1", "connections": {}, "description": "Automated workflow: Forward Netflix emails to multiple email addresses with GMail and Mailjet. This workflow integrates 5 different services: stickyNote, gmailTrigger, splitOut, mailjet, set. It contains 7 nodes and follows best practices for error handling and security.", "notes": "Excellent quality workflow: Forward Netflix emails to multiple email addresses with GMail and Mailjet. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }