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": "Jarvis IA",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "jarvis",
"responseMode": "lastNode",
"responseData": "={{$node[\"ChatGPT\"].json[\"choices\"][0].message.content}}"
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"model": "gpt-3.5-turbo",
"messages": [
{
"role": "system",
"content": "Eres Jarvis, el asistente personal de Brandon. Responde con claridad y brevedad."
},
{
"role": "user",
"content": "={{ $json[\"body\"][\"text\"] }}"
}
]
},
"name": "ChatGPT",
"type": "n8n-nodes-base.openai",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"openaiApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "ChatGPT",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
openaiApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Jarvis IA. Uses openai. Webhook trigger; 2 nodes.
Source: https://github.com/Vrand2305/QuantumSuite/blob/497177dacc721902a0138c43d021bff5f817a14c/n8n/json/jarvis-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.
Jambvant Hindi Voice Bot. Uses httpRequest, deepl, postgres, openai. Webhook trigger; 22 nodes.
HR Onboarding Automation. Uses emailSend, openai, googleDrive. Webhook trigger; 10 nodes.
AI Lead Gen & Outreach Engine. Uses googleSheets, openai, emailSend, googleCalendar. Webhook trigger; 7 nodes.
Image Generation API. Uses respondToWebhook, stickyNote, openAi. Webhook trigger; 7 nodes.