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": "Agentic Forecast MVP",
"nodes": [
{
"parameters": {
"path": "forecast",
"options": {}
},
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
300,
300
]
},
{
"parameters": {
"responseBody": "{\"accepted\":true}"
},
"name": "Respond Immediately",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
550,
220
]
},
{
"parameters": {
"functionCode": "// enrich/validate state\nreturn items;"
},
"name": "Init",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
550,
380
]
},
{
"parameters": {
"url": "={{$json[\"callback_url\"]}}",
"options": {},
"jsonParameters": true,
"sendBody": true
},
"name": "Callback Progress",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
800,
380
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Respond Immediately",
"type": "main",
"index": 0
},
{
"node": "Init",
"type": "main",
"index": 0
}
]
]
},
"Init": {
"main": [
[
{
"node": "Callback Progress",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Agentic Forecast MVP. Uses httpRequest. Webhook trigger; 4 nodes.
Source: https://github.com/teahsea/agentic-forecast-mvp/blob/e024b1a4dd3af08943681e18c8f6c4f6ecee6dc8/n8n/workflow.example.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.
Jigsaw API key for image processing, I use this as a gatekeeper/second pair of eyes. LINK to their website https://jigsawstack.com/ SECOND A postgress DATABASE (I use Supabase) LlamaCloud for the pars
Whatsapp Multi Agent System optimized copy 2.0. Uses airtable, httpRequest, errorTrigger. Webhook trigger; 44 nodes.
Invoice Agent. Uses httpRequest, emailSend. Webhook trigger; 29 nodes.
Reputation Engine — SEO QA Agent. Uses httpRequest. Webhook trigger; 28 nodes.
This workflow handles incoming voice calls or audio messages, transcribes them using Whisper (OpenAI) or ElevenLabs, extracts booking intent and preferred time slots using AI, checks availability on C