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
Onsite Photos to Jobs (SMS Agent). Uses dataTable, twilio, httpRequest, airtable. Webhook trigger; 62 nodes.
W1 - IN WhatsApp Adapter (Secure + Fast ACK). Uses postgres, redis, httpRequest. Webhook trigger; 50 nodes.
W1 - IN WhatsApp Adapter (Secure + Fast ACK). Uses postgres, redis, httpRequest. Webhook trigger; 48 nodes.