This workflow follows the Emailreadimap → HTTP Request 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 →
{
"nodes": [
{
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "let originText=$json.text;\nlet username = originText.match(\"\\\\n(.*?)\uff0c\")[1];\nlet verifyCode = originText.match(\"\\\\n([0-9A-Z]{5})\\\\n\")[1];\nlet ip = originText.match(\"(25[0-5]|2[0-4]\\d|[01]?\\d\\d?\\.){3}(25[0-5]|2[0-4]\\d|[01]?\\d\\d?)\");\nlet time = $json.headers.date.slice(6);\nip = ip ? ip: \"NULL\";\n\nreturn {\n json: {\n username: username,\n code: verifyCode,\n ip: ip,\n time: time\n }\n}\n"
},
"id": "130ecd6b-849e-45b4-bd70-01e5837f0d66",
"name": "Code",
"type": "n8n-nodes-base.code",
"typeVersion": 1,
"position": [
180,
400
]
},
{
"parameters": {
"format": "resolved",
"options": {
"customEmailConfig": "[\"NEW\",[\"FROM\",\"noreply@steampowered.com\"]]",
"forceReconnect": 1
}
},
"id": "f5aef938-36f7-4bc0-bca4-4913a7a60050",
"name": "IMAP Email",
"type": "n8n-nodes-base.emailReadImap",
"typeVersion": 2,
"position": [
-240,
560
],
"credentials": {
"imap": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"method": "POST",
"url": "https://n8n.1itt1eb0y.com:50443/webhook/wechatwork",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{JSON.stringify($json)}}",
"options": {}
},
"id": "156c92ac-ee1f-45fa-a05d-008d71a2bbcb",
"name": "HTTP-\u4f01\u4e1a\u5fae\u4fe1\u63a8\u9001",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
740,
580
],
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"keepOnlySet": true,
"values": {
"string": [
{
"name": "type",
"value": "text"
},
{
"name": "content",
"value": "=Steam\u9a8c\u8bc1\u7801\uff1a{{$json[\"code\"]}}\n{{$json[\"username\"]}}\nIP\uff1a{{$json[\"ip\"]}}\n{{$json[\"time\"]}}"
}
]
},
"options": {}
},
"id": "a71e72e6-31db-4f19-b8db-85f6abd4e74a",
"name": "Set",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
500,
400
]
},
{
"parameters": {
"dataType": "string",
"value1": "={{ $json[\"subject\"] }}",
"rules": {
"rules": [
{
"operation": "contains",
"value2": "\u60a8\u7684 Steam \u5e10\u6237\uff1a\u6765\u81ea\u65b0"
},
{
"operation": "contains",
"value2": "Access from new"
},
{
"operation": "contains",
"value2": "\u6b63\u5728\u7279\u5356",
"output": 1
},
{
"operation": "contains",
"value2": "on sale",
"output": 1
}
]
}
},
"id": "0ca20ac9-e29f-4578-8ac9-c92c4108a6f7",
"name": "Switch",
"type": "n8n-nodes-base.switch",
"typeVersion": 1,
"position": [
-40,
560
],
"notesInFlow": true,
"notes": "0\uff1a\u4e24\u6b65\u9a8c\u8bc1\n1\uff1a\u7279\u5356\u4fe1\u606f"
},
{
"parameters": {
"dataPropertyName": "html",
"extractionValues": {
"values": [
{
"key": "price",
"cssSelector": ".me-left tbody tr td.text-14",
"returnArray": true
},
{
"key": "name",
"cssSelector": "td:nth-child(1) > a:nth-child(1) > img:nth-child(1)",
"returnValue": "attribute",
"attribute": "title",
"returnArray": true
}
]
},
"options": {
"trimValues": true
}
},
"id": "01a9e2c4-238b-4911-a786-d2ac5dbd327b",
"name": "HTML Extract",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
160,
720
]
},
{
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "let game_name = $json.name.filter(element => {\n return element !== null;\n});\nconsole.log(game_name);\nlet content = [];\n// console.log($json.price);\nfor (let index = 0; index < $json.price.length/2;index++) {\n content.push(game_name[index] + \"\\n\" + $json.price[index * 2] + \" || \" + $json.price[index * 2 + 1]);\n}\n\n// console.log(content);\nreturn {\n json:{\n content\n } \n};"
},
"id": "16271865-ae78-487e-adb1-e5c4681cad36",
"name": "Code1",
"type": "n8n-nodes-base.code",
"typeVersion": 1,
"position": [
340,
720
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "type",
"value": "text"
},
{
"name": "content",
"value": "=Steam\u6298\u6263\u4fc3\u9500\n=================\n{{$json.content.join(\"\\n\\n\")}}"
}
]
},
"options": {}
},
"id": "616397d8-7260-40d2-9955-6d80da0985fa",
"name": "Set1",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
540,
720
]
}
],
"connections": {
"Code": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"IMAP Email": {
"main": [
[
{
"node": "Switch",
"type": "main",
"index": 0
}
]
]
},
"Set": {
"main": [
[
{
"node": "HTTP-\u4f01\u4e1a\u5fae\u4fe1\u63a8\u9001",
"type": "main",
"index": 0
}
]
]
},
"Switch": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
],
[
{
"node": "HTML Extract",
"type": "main",
"index": 0
}
]
]
},
"HTML Extract": {
"main": [
[
{
"node": "Code1",
"type": "main",
"index": 0
}
]
]
},
"Code1": {
"main": [
[
{
"node": "Set1",
"type": "main",
"index": 0
}
]
]
},
"Set1": {
"main": [
[
{
"node": "HTTP-\u4f01\u4e1a\u5fae\u4fe1\u63a8\u9001",
"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.
httpHeaderAuthimap
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Smtp Notify. Uses emailReadImap, httpRequest, htmlExtract. Manual trigger; 8 nodes.
Source: https://github.com/1itt1eB0y/MyCollection/blob/master/n8n_workflows/SMTP_Notify.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.
FQA_GoogleSheet_Website103. Uses start, your-custom-node, googleSheets, httpRequest. Manual trigger; 14 nodes.
Gist:Ed Parsadanyan. Uses start, httpRequest, htmlExtract, itemLists. Manual trigger; 7 nodes.
Track Changes Of Product Prices. Uses htmlExtract, functionItem, httpRequest, writeBinaryFile. Scheduled trigger; 25 nodes.
This workflow automatically tracks changes on specific websites, typically in e-commerce where you want to get information about price changes. Basic knowledge of HTML and JavaScript Execute Command n
Track changes of product prices. Uses htmlExtract, functionItem, httpRequest, writeBinaryFile. Scheduled trigger; 25 nodes.