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": "Chatbot Analyze Nutrition",
"nodes": [
{
"id": "webhook",
"name": "Incoming Prompt",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
100,
100
],
"parameters": {
"httpMethod": "POST",
"path": "chatbot-analyze",
"responseMode": "onReceived",
"responseData": "allEntries"
}
},
{
"id": "fetch-data",
"name": "Fetch Weekly Summary",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
320,
100
],
"parameters": {
"method": "GET",
"url": "={{ $env.APP_URL + '/api/summary/weekly' }}",
"options": {
"retryOnFail": true,
"maxRetries": 3
}
}
},
{
"id": "respond",
"name": "Respond",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
540,
100
],
"parameters": {
"responseBody": "={ \"message\": \"Summary fetched\", \"data\": $json }"
}
}
],
"connections": {
"fetch-data": {
"main": [
[
{
"node": "Respond",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Chatbot Analyze Nutrition. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/Rruubeenn23/WebCursor/blob/ec319ac3dd0f628d3fcff2b80bd3aca56f77741a/n8n-workflows/chatbot-analyze.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.
User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.
Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.
WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.
This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant