This workflow follows the Form Trigger → 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": [
{
"name": "Intake Form",
"type": "n8n-nodes-base.formTrigger"
},
{
"name": "Document Upload",
"type": "n8n-nodes-base.extractFromFile"
},
{
"name": "Blob Store",
"type": "n8n-nodes-base.set"
},
{
"name": "Document Classification",
"type": "@n8n/n8n-nodes-langchain.openAi"
},
{
"name": "Data Extraction",
"type": "@n8n/n8n-nodes-langchain.openAi"
},
{
"name": "Tax Software API",
"type": "n8n-nodes-base.httpRequest"
}
],
"connections": {
"Intake Form": {
"main": [
[
{
"node": "Document Upload"
}
]
]
},
"Document Upload": {
"main": [
[
{
"node": "Blob Store"
}
]
]
},
"Blob Store": {
"main": [
[
{
"node": "Document Classification"
}
]
]
},
"Document Classification": {
"main": [
[
{
"node": "Data Extraction"
}
]
]
},
"Data Extraction": {
"main": [
[
{
"node": "Tax Software API"
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Tax-Workflow. Uses formTrigger, openAi, httpRequest. Event-driven trigger; 6 nodes.
Source: https://github.com/ducnguyen67201/TrustLoopGuard/blob/e459f6bb0b94e3ad33a348c8363c9c963d2e963b/demo/agent-demo-adapter/tax-workflow.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.
Analyze incoming support requests, classify intent and priority with AI, create Jira tickets, assign the correct team, send Slack notifications, and track SLA deadlines. Supports Gmail, WhatsApp, form
Note: Now includes an Apify alternative for Rapid API (Some users can't create new accounts on Rapid API, so I have added an alternative for you. But immediately you are able to get access to Rapid AP
This system automates LinkedIn lead generation and enrichment in six clear stages: Lead Collection (via Apollo.io) Automatically pulls leads based on keywords, roles, or industries using Apollo’s API.
Automated Lead Generation. Uses formTrigger, openAi, googleSheetsTrigger, googleSheets. Event-driven trigger; 55 nodes.
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.