This workflow follows the Form Trigger → Gmail recipe pattern — see all workflows that pair these two integrations.
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 →
{
"name": "\u884c\u92b7\u81ea\u52d5\u5316\uff1aLeads Magnet Mail List - n8n form",
"nodes": [
{
"parameters": {
"formTitle": "\ud83e\udde0 \u4e00\u8d77\u6253\u9020 AI \u5927\u8166 - \u89e3\u9664\u8a02\u95b1",
"formDescription": "\u5662\u4e0d\uff0c\u8acb\u4f60\u518d\u60f3\u60f3\uff01\u9084\u6709\u975e\u5e38\u591a\u8cc7\u6e90\u63d0\u4f9b",
"formFields": {
"values": [
{
"fieldLabel": "Email",
"fieldType": "email",
"placeholder": "ai-brain-alex@gmail.com"
}
]
},
"options": {
"appendAttribution": false,
"buttonLabel": "\u9001\u51fa",
"path": "unsubscribe",
"respondWithOptions": {
"values": {
"formSubmittedText": "\u5df2\u7d93\u6210\u529f\u89e3\u9664\u8a02\u95b1\u4e86\uff01"
}
},
"ignoreBots": true,
"customCss": ":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 14px;\n\t--font-size-label: 16px;\n\t--font-size-test-notice: 14px;\n\t--font-size-input: 16px;\n\t--font-size-header: 26px;\n\t--font-size-paragraph: 16px;\n\t--font-size-link: 14px;\n\t--font-size-error: 14px;\n\t--font-size-html-h1: 32px;\n\t--font-size-html-h2: 24px;\n\t--font-size-html-h3: 18px;\n\t--font-size-html-h4: 16px;\n\t--font-size-html-h5: 14px;\n\t--font-size-html-h6: 12px;\n\t--font-size-subheader: 16px;\n\n\t/* Colors */\n\t--color-background: #f0f4f8;\n\t--color-test-notice-text: #ff9f43;\n\t--color-test-notice-bg: #fff5e7;\n\t--color-test-notice-border: #ffd89e;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #ced4da;\n\t--color-card-shadow: rgba(60, 64, 67, 0.15);\n\t--color-link: #007bff;\n\t--color-header: #333;\n\t--color-label: #555555;\n\t--color-input-border: #ced4da;\n\t--color-input-text: #495057;\n\t--color-focus-border: #007bff;\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #dc3545;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #6c757d;\n\t--color-html-text: #495057;\n\t--color-html-link: #007bff;\n\t--color-header-subtext: #6c757d;\n\n\t/* Border Radii */\n\t--border-radius-card: 12px;\n\t--border-radius-input: 8px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 12px;\n\n\t/* Spacing */\n\t--padding-container-top: 32px;\n\t--padding-card: 32px;\n\t--padding-test-notice-vertical: 16px;\n\t--padding-test-notice-horizontal: 32px;\n\t--margin-bottom-card: 24px;\n\t--padding-form-input: 16px;\n\t--card-padding: 32px;\n\t--card-margin-bottom: 24px;\n\n\t/* Dimensions */\n\t--container-width: 480px;\n\t--submit-btn-height: 52px;\n\t--checkbox-size: 20px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 6px 20px rgba(0, 0, 0, 0.1);\n\t--opacity-placeholder: 0.7;\n}\n"
}
},
"type": "n8n-nodes-base.formTrigger",
"typeVersion": 2.2,
"position": [
0,
80
],
"id": "d14680c9-d399-4560-b87e-0e5ed2982d0f",
"name": "\u89e3\u9664\u8a02\u95b1"
},
{
"parameters": {
"operation": "append",
"documentId": {
"__rl": true,
"value": "https://docs.google.com/spreadsheets/d/1wbyQ_ijB13aqRWtqWtAI0bez6_gjYEGblNhIaVprbwY/",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": "gid=0",
"mode": "list",
"cachedResultName": "\u540d\u55ae",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1wbyQ_ijB13aqRWtqWtAI0bez6_gjYEGblNhIaVprbwY/edit#gid=0"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Email": "={{ $json.Email }}",
"\u540d\u5b57": "={{ $json['\u540d\u5b57'] }}",
"submittedAt": "={{ $json.submittedAt }}",
"formMode": "={{ $json.formMode }}",
"\u59d3\u6c0f": "={{ $json['\u59d3\u6c0f'] }}",
"\u555f\u52d5": "true",
"\u6700\u60f3\u8981\u5b78\u7fd2\u7684\u90e8\u5206": "={{ $json['\u6700\u60f3\u8981\u5b78\u7fd2\u7684\u90e8\u5206'] }} "
},
"matchingColumns": [
"Email"
],
"schema": [
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "\u59d3\u6c0f",
"displayName": "\u59d3\u6c0f",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "\u540d\u5b57",
"displayName": "\u540d\u5b57",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "\u555f\u52d5",
"displayName": "\u555f\u52d5",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "submittedAt",
"displayName": "submittedAt",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "UpdateAt",
"displayName": "UpdateAt",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "formMode",
"displayName": "formMode",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "\u6700\u60f3\u8981\u5b78\u7fd2\u7684\u90e8\u5206",
"displayName": "\u6700\u60f3\u8981\u5b78\u7fd2\u7684\u90e8\u5206",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {
"useAppend": true
}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
220,
-180
],
"id": "8cf75dfb-f3c3-4ccb-a2b6-6812a3450ee4",
"name": "Add New",
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value": "https://docs.google.com/spreadsheets/d/1wbyQ_ijB13aqRWtqWtAI0bez6_gjYEGblNhIaVprbwY/",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": "gid=0",
"mode": "list",
"cachedResultName": "\u540d\u55ae",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1wbyQ_ijB13aqRWtqWtAI0bez6_gjYEGblNhIaVprbwY/edit#gid=0"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Email": "={{ $json.Email }}",
"\u555f\u52d5": "false",
"UpdateAt": "={{ $now }} "
},
"matchingColumns": [
"Email"
],
"schema": [
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "\u59d3\u6c0f",
"displayName": "\u59d3\u6c0f",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "\u540d\u5b57",
"displayName": "\u540d\u5b57",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "\u555f\u52d5",
"displayName": "\u555f\u52d5",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "submittedAt",
"displayName": "submittedAt",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "UpdateAt",
"displayName": "UpdateAt",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "formMode",
"displayName": "formMode",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "\u6700\u60f3\u8981\u5b78\u7fd2\u7684\u90e8\u5206",
"displayName": "\u6700\u60f3\u8981\u5b78\u7fd2\u7684\u90e8\u5206",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": true
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
220,
80
],
"id": "1eadc1d9-8d22-4fa1-9bd7-859ff8ef077a",
"name": "Inactivate Old",
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"method": "POST",
"url": "https://api.line.me/v2/bot/message/push",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"to\": \"{{ $json.line_uid }}\",\n \"messages\": [\n {\n \"type\": \"text\",\n \"text\": \"{{ $json.message }}\"\n }\n ]\n}",
"options": {}
},
"id": "587a5f4c-8ad8-4582-b290-98f39d8d8f08",
"name": "Line : Push Message",
"type": "n8n-nodes-base.httpRequest",
"position": [
660,
-180
],
"typeVersion": 4.2,
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "6278f340-6287-4e89-b774-f6c584954d5b",
"name": "line_uid",
"type": "string",
"value": "Uee67d82636f96a3c2d3d42a13f33aef2"
},
{
"id": "9b22e735-4ab1-4346-88b6-6674bdf1147a",
"name": "message",
"value": "=[\u8a02\u95b1\u540d\u55ae] \u65b0\u589e {{ $json['\u59d3\u6c0f'] }} {{ $json['\u540d\u5b57'] }} - {{ $json.Email }}",
"type": "string"
}
]
},
"options": {}
},
"id": "440394dc-24d3-4c5a-a723-9a5e83d44c1f",
"name": "\u65b0\u589e\u8a02\u95b1\u540d\u55ae",
"type": "n8n-nodes-base.set",
"position": [
440,
-180
],
"typeVersion": 3.4
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "6278f340-6287-4e89-b774-f6c584954d5b",
"name": "line_uid",
"type": "string",
"value": "Uee67d82636f96a3c2d3d42a13f33aef2"
},
{
"id": "9b22e735-4ab1-4346-88b6-6674bdf1147a",
"name": "message",
"value": "=[\u8a02\u95b1\u540d\u55ae] \u89e3\u9664 {{ $json['\u59d3\u6c0f'] }} {{ $json['\u540d\u5b57'] }} - {{ $json.Email }}",
"type": "string"
}
]
},
"options": {}
},
"id": "42e13653-9977-4b86-ad43-f1f0117f5d4e",
"name": "\u89e3\u9664\u8a02\u95b1\u540d\u55ae",
"type": "n8n-nodes-base.set",
"position": [
440,
80
],
"typeVersion": 3.4
},
{
"parameters": {
"method": "POST",
"url": "https://api.line.me/v2/bot/message/push",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"to\": \"{{ $json.line_uid }}\",\n \"messages\": [\n {\n \"type\": \"text\",\n \"text\": \"{{ $json.message }}\"\n }\n ]\n}",
"options": {}
},
"id": "5302bf02-3fe9-4dfd-99f5-4b73057ce223",
"name": "Line : Push Message - \u89e3\u9664\u8a02\u95b1\u540d\u55ae",
"type": "n8n-nodes-base.httpRequest",
"position": [
660,
80
],
"typeVersion": 4.2,
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"sendTo": "={{ $('Add New').item.json.Email }}",
"subject": "=[Alex Hsieh \u76f8\u8ac7\u5ba4 | AI Brain] \u52a0\u5165\u6210\u529f\uff01 {{ $('Add New').item.json[\"\u540d\u5b57\"] }} \u6211\u5df2\u7d93\u628a\u4f60\u52a0\u5165\u6211\u5011\u7684\u540d\u55ae\u645f\uff01",
"message": "=<!DOCTYPE html>\n<html lang=\"zh-Hant\">\n<head>\n <meta charset=\"UTF-8\">\n <title>\u6b61\u8fce\u52a0\u5165 Alex Hsieh \u76f8\u8ac7\u5ba4 | AI Brain</title>\n <style>\n body {\n font-family: 'Helvetica Neue', Arial, sans-serif;\n background-color: #f9f9f9;\n color: #333;\n padding: 20px;\n line-height: 1.6;\n }\n .container {\n max-width: 600px;\n margin: auto;\n background: #ffffff;\n padding: 30px;\n border-radius: 8px;\n box-shadow: 0 0 10px rgba(0,0,0,0.05);\n }\n h1 {\n color: #1a73e8;\n }\n a {\n color: #1a73e8;\n text-decoration: none;\n }\n .cta-button {\n display: inline-block;\n margin-top: 10px;\n padding: 10px 20px;\n background-color: #1a73e8;\n color: #ffffff !important;\n text-decoration: none;\n border-radius: 5px;\n }\n .footer {\n margin-top: 30px;\n font-size: 12px;\n color: #999;\n text-align: center;\n }\n .unsubscribe {\n margin-top: 15px;\n font-size: 12px;\n color: #999;\n }\n .unsubscribe a {\n color: #999;\n text-decoration: underline;\n }\n </style>\n</head>\n<body>\n <div class=\"container\">\n <h1>Hi, {{ $('Add New').item.json['\u540d\u5b57'] }} \ud83d\udc4b</h1>\n <p>\u6b61\u8fce\u4f60\u52a0\u5165 <strong>Alex Hsieh \u76f8\u8ac7\u5ba4 | AI Brain</strong>\uff01</p>\n\n <p>\u6211\u5011\u5df2\u7d93\u5c07 <strong>n8n \u96f6\u57fa\u790e\u6559\u5b78\u6559\u6750</strong> \u653e\u5728\u9644\u4ef6\u4e2d\uff08\u7d04 8MB\uff09\uff0c\u8acb\u78ba\u8a8d\u4e0d\u6703\u88ab\u4fe1\u7bb1\u64cb\u6389\u5594\uff01</p>\n\n <p>\u63a5\u4e0b\u4f86\uff0c<strong>YT \u65b0\u7247\u4e0a\u67b6\u3001n8n \u5b78\u7fd2\u8cc7\u6e90\u8207\u96fb\u5b50\u5831</strong>\uff0c\u90fd\u6703\u900f\u904e\u9019\u500b\u4fe1\u7bb1\u5bc4\u9001\u7d66\u4f60\uff01</p>\n\n <p>\n \ud83d\udc49 <a href=\"https://www.youtube.com/channel/UCDMJaaMu3nGNc7bNKMAtS7Q\" class=\"cta-button\">\u8a02\u95b1\u6211\u5011\u7684 YT \u983b\u9053</a><br>\n \ud83d\udc49 <a href=\"https://www.skool.com/ai-brain-alex/about?ref=5dde9b20e8e7432aa9a01df6e89685f4\" class=\"cta-button\">\u52a0\u5165\u6211\u5011\u7684 Skool \u793e\u7fa4</a>\n </p>\n\n <div class=\"footer\">\n \u82e5\u4f60\u6709\u4efb\u4f55\u554f\u984c\uff0c\u4e5f\u6b61\u8fce\u7528\u9019\u500b\u96fb\u5b50\u4fe1\u7bb1\u8207\u6211\u5011\u806f\u7d61\u3002\n <div class=\"unsubscribe\">\n \u5982\u679c\u4f60\u4e0d\u60f3\u518d\u6536\u5230\u9019\u985e\u578b\u7684\u96fb\u5b50\u90f5\u4ef6\uff0c<a href=\"https://n8n-alex.zeabur.app/form/unsubscribe\" target=\"_blank\">\u9ede\u6211\u89e3\u9664\u8a02\u95b1</a>\u3002\n </div>\n </div>\n </div>\n</body>\n</html>\n",
"options": {
"appendAttribution": false,
"attachmentsUi": {
"attachmentsBinary": [
{}
]
},
"senderName": "Alex Hsieh \u76f8\u8ac7\u5ba4 | AI Brain"
}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
880,
-380
],
"id": "91677d66-67fd-44a3-bd70-4cf24527586f",
"name": "Gmail",
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "download",
"fileId": {
"__rl": true,
"value": "https://drive.google.com/file/d/1at41BllYpqh4sQQhS5SjNM1w9OzE1Eb2/view?usp=drive_link",
"mode": "url"
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
660,
-380
],
"id": "4f78cc45-2ed1-4097-9f03-53cbb7dd5aef",
"name": "Google Drive",
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"formTitle": "\ud83e\udde0 \u4e00\u8d77\u6253\u9020 AI \u5927\u8166",
"formDescription": "\u52a0\u5165 Alex Hsieh \u76f8\u8ac7\u5ba4 | AI Brain\nYT\u65b0\u7247\u4e0a\u67b6\u3001n8n\u8207\u5404\u7a2e\u5b78\u7fd2\u8cc7\u6e90\uff0c\u4e5f\u6703\u900f\u904email\u5bc4\u9001\n\n",
"formFields": {
"values": [
{
"fieldLabel": "\u59d3\u6c0f",
"placeholder": "\u738b",
"requiredField": true
},
{
"fieldLabel": "\u540d\u5b57",
"placeholder": "\u5c0f\u660e",
"requiredField": true
},
{
"fieldLabel": "Email",
"fieldType": "email",
"placeholder": "ai-brain-alex@gmail.com",
"requiredField": true
},
{
"fieldLabel": "\u6700\u60f3\u8981\u5b78\u7fd2\u7684\u90e8\u5206",
"fieldType": "dropdown",
"fieldOptions": {
"values": [
{
"option": "AI \u81ea\u52d5\u5316\u8207\u667a\u80fd\u4ee3\u7406"
},
{
"option": "\u884c\u92b7\u8207\u793e\u7fa4\u5a92\u9ad4\u7ba1\u7406"
},
{
"option": "CRM \u6574\u5408\u8207\u92b7\u552e\u6d41\u7a0b\u81ea\u52d5\u5316"
},
{
"option": "IT \u904b\u7dad\u8207 DevOps \u81ea\u52d5\u5316"
},
{
"option": "\u8cc7\u6599\u540c\u6b65\u8207\u5831\u8868\u81ea\u52d5\u5316"
},
{
"option": "\u5de5\u4f5c\u6216\u4f01\u696d\u5167\u90e8\u4f7f\u7528\uff0c\u63d0\u5347\u751f\u7522\u529b"
}
]
},
"multiselect": true,
"requiredField": true
}
]
},
"options": {
"appendAttribution": false,
"buttonLabel": "\u9001\u51fa",
"path": "subscribe",
"respondWithOptions": {
"values": {
"formSubmittedText": "\u5df2\u7d93\u6210\u529f\u8a02\u95b1\u4e86\uff01"
}
},
"ignoreBots": false,
"customCss": ":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 14px;\n\t--font-size-label: 16px;\n\t--font-size-test-notice: 14px;\n\t--font-size-input: 16px;\n\t--font-size-header: 26px;\n\t--font-size-paragraph: 16px;\n\t--font-size-link: 14px;\n\t--font-size-error: 14px;\n\t--font-size-html-h1: 32px;\n\t--font-size-html-h2: 24px;\n\t--font-size-html-h3: 18px;\n\t--font-size-html-h4: 16px;\n\t--font-size-html-h5: 14px;\n\t--font-size-html-h6: 12px;\n\t--font-size-subheader: 16px;\n\n\t/* Colors */\n\t--color-background: #f0f4f8;\n\t--color-test-notice-text: #ff9f43;\n\t--color-test-notice-bg: #fff5e7;\n\t--color-test-notice-border: #ffd89e;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #ced4da;\n\t--color-card-shadow: rgba(60, 64, 67, 0.15);\n\t--color-link: #007bff;\n\t--color-header: #333;\n\t--color-label: #555555;\n\t--color-input-border: #ced4da;\n\t--color-input-text: #495057;\n\t--color-focus-border: #007bff;\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #dc3545;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #6c757d;\n\t--color-html-text: #495057;\n\t--color-html-link: #007bff;\n\t--color-header-subtext: #6c757d;\n\n\t/* Border Radii */\n\t--border-radius-card: 12px;\n\t--border-radius-input: 8px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 12px;\n\n\t/* Spacing */\n\t--padding-container-top: 32px;\n\t--padding-card: 32px;\n\t--padding-test-notice-vertical: 16px;\n\t--padding-test-notice-horizontal: 32px;\n\t--margin-bottom-card: 24px;\n\t--padding-form-input: 16px;\n\t--card-padding: 32px;\n\t--card-margin-bottom: 24px;\n\n\t/* Dimensions */\n\t--container-width: 480px;\n\t--submit-btn-height: 52px;\n\t--checkbox-size: 20px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 6px 20px rgba(0, 0, 0, 0.1);\n\t--opacity-placeholder: 0.7;\n}\n"
}
},
"type": "n8n-nodes-base.formTrigger",
"typeVersion": 2.2,
"position": [
0,
-180
],
"id": "d664682c-5144-4b5a-8a61-83c13de82ab0",
"name": "\u8a02\u95b1\u540d\u55ae"
}
],
"connections": {
"Add New": {
"main": [
[
{
"node": "\u65b0\u589e\u8a02\u95b1\u540d\u55ae",
"type": "main",
"index": 0
}
]
]
},
"\u89e3\u9664\u8a02\u95b1": {
"main": [
[
{
"node": "Inactivate Old",
"type": "main",
"index": 0
}
]
]
},
"Inactivate Old": {
"main": [
[
{
"node": "\u89e3\u9664\u8a02\u95b1\u540d\u55ae",
"type": "main",
"index": 0
}
]
]
},
"\u65b0\u589e\u8a02\u95b1\u540d\u55ae": {
"main": [
[
{
"node": "Line : Push Message",
"type": "main",
"index": 0
},
{
"node": "Google Drive",
"type": "main",
"index": 0
}
]
]
},
"\u89e3\u9664\u8a02\u95b1\u540d\u55ae": {
"main": [
[
{
"node": "Line : Push Message - \u89e3\u9664\u8a02\u95b1\u540d\u55ae",
"type": "main",
"index": 0
}
]
]
},
"Google Drive": {
"main": [
[
{
"node": "Gmail",
"type": "main",
"index": 0
}
]
]
},
"\u8a02\u95b1\u540d\u55ae": {
"main": [
[
{
"node": "Add New",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "c93d03dd-10e3-4a40-9e95-2f7db4edfe4c",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "c7hyGghnys2QHXXh",
"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.
gmailOAuth2googleDriveOAuth2ApigoogleSheetsOAuth2ApihttpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
行銷自動化:Leads Magnet Mail List - n8n form. Uses formTrigger, googleSheets, httpRequest, gmail. Event-driven trigger; 10 nodes.
Source: https://github.com/qwedsazxc78/ai-automation-n8n/blob/bc074b119e8c8f42b3ceaf6f05d016d893869008/n8n/26-n8n-form-lead-magnet/automation.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.
This n8n automation captures new leads from a form submission and automatically:
If you have a form where potential leads reach out, then you probably want to analyze those leads and send a notification if certain requirements are met, e.g. employee number is high enough. MadKudu
01 - Lead-gen: Form -> Sheet + Notifica. Uses formTrigger, httpRequest, googleSheets, telegram. Event-driven trigger; 9 nodes.
Product Introduction: You can create a form on n8n through which you can collect leads from interested user's.
This LinkedIn automation workflow monitors post comments for specific trigger words and automatically sends direct messages with lead magnets to engaged users. The system checks connection status, han