This workflow follows the Emailsend → 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 →
{
"name": "01.03 Intelligent Accounts Payable Automation",
"nodes": [
{
"parameters": {
"path": "webhook-01-03"
},
"id": "89687ce4-885c-4fa6-a2ed-3df36b1610b3",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Intelligent Accounts Payable Automation\n\n**The Problem:**\nProcessing hundreds of inbound invoices manually is prone to human error, missed PO matching, and delayed payment approvals, straining vendor relationships.",
"height": 200,
"width": 600
},
"id": "2b128bb9-c27e-4b93-acd1-cd1fba449d4b",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "06219469-de91-4de1-8675-34cdefc8345f",
"name": "Email Inbox",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "3cf26049-d4d9-4031-aa5e-8ea579bab5f7",
"name": "AWS Textract",
"type": "n8n-nodes-base.aws",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {},
"id": "f4254e4b-10f0-47d3-92df-8fa97bd6d02e",
"name": "Oracle",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
950,
300
]
},
{
"parameters": {},
"id": "3667b718-e340-464b-b0e9-429c1e6810e4",
"name": "DocuSign",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
1200,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Email Inbox",
"type": "main",
"index": 0
}
]
]
},
"Email Inbox": {
"main": [
[
{
"node": "AWS Textract",
"type": "main",
"index": 0
}
]
]
},
"AWS Textract": {
"main": [
[
{
"node": "Oracle",
"type": "main",
"index": 0
}
]
]
},
"Oracle": {
"main": [
[
{
"node": "DocuSign",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "b81b07a6-7202-4a0b-9a79-481873a42dbc"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
01.03 Intelligent Accounts Payable Automation. Uses emailSend, aws, httpRequest. Webhook trigger; 6 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/01_03_intelligent_accounts_payable_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.
세미나 데모 용 워크플로우. Uses httpRequest, emailSend. Webhook trigger; 17 nodes.
VenueDesk - Cancel Booking (Series Support). Uses emailSend, httpRequest. Webhook trigger; 17 nodes.
worklow_doc. Uses httpRequest, readBinaryFile, n8n-nodes-docxtemplater, emailSend. Webhook trigger; 15 nodes.
WF2 - Upload Manual | JurisAI. Uses httpRequest, emailSend. Webhook trigger; 15 nodes.
Deliver personalized files instantly after PayPal transactions using n8n – without writing a single backend line.