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 →
{
"id": "1",
"name": "ImapEmail, XmlToJson, POST-HTTP-Request",
"nodes": [
{
"name": "IMAP Email",
"type": "n8n-nodes-base.emailReadImap",
"position": [
450,
450
],
"parameters": {
"options": {
"allowUnauthorizedCerts": true
},
"downloadAttachments": true
},
"credentials": {
"imap": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Move Binary Data",
"type": "n8n-nodes-base.moveBinaryData",
"position": [
600,
450
],
"parameters": {
"options": {
"encoding": "utf8",
"keepSource": false
},
"sourceKey": "attachment_0",
"setAllData": false,
"destinationKey": "xml"
},
"typeVersion": 1
},
{
"name": "XML",
"type": "n8n-nodes-base.xml",
"position": [
800,
450
],
"parameters": {
"options": {
"ignoreAttrs": true,
"explicitRoot": true
},
"dataPropertyName": "xml"
},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
1210,
450
],
"parameters": {
"url": "http://localhost:5679/api/sales-order",
"options": {
"bodyContentType": "form-urlencoded"
},
"requestMethod": "POST",
"responseFormat": "string",
"bodyParametersUi": {
"parameter": [
{
"name": "orderRequest",
"value": "={{$node[\"Set\"].data}}"
}
]
},
"dataPropertyName": "status",
"allowUnauthorizedCerts": true
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
960,
450
],
"parameters": {
"values": {
"number": []
}
},
"typeVersion": 1
}
],
"active": true,
"settings": {
"errorWorkflow": "2"
},
"connections": {
"Set": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"XML": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"IMAP Email": {
"main": [
[
{
"node": "Move Binary Data",
"type": "main",
"index": 0
}
]
]
},
"Move Binary Data": {
"main": [
[
{
"node": "XML",
"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.
imap
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ImapEmail, XmlToJson, POST-HTTP-Request. Uses emailReadImap, moveBinaryData, xml, httpRequest. Manual trigger; 5 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.
Listen On New Emails On A Imap Mailbox. Uses emailReadImap, moveBinaryData, xml, httpRequest. Manual trigger; 5 nodes.
If you are a postmaster or you manage email server, you can set up DKIM and SPF records to ensure that spoofing your email address is hard. On your domain you can also set up DMARC record to receive X
This workflow automates URL reporting to Spamhaus based on incoming spam/phishing sample emails. It watches one or more IMAP folders, extracts URLs from each email body, removes duplicates and common
This n8n workflow provides a comprehensive automation solution for processing email attachments, specifically targeting enhanced security protocols for organizations that use platforms like Outlook. I
This n8n workflow helps users easily discover nearby residential construction projects by automatically scraping and analyzing property listings from 99acres and other real estate platforms. Users can