AutomationFlowsAI & RAG › Jarvis Ia

Jarvis Ia

Jarvis IA. Uses openai. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexityAI-powered2 nodesOpenAI
AI & RAG Trigger: Webhook Nodes: 2 Complexity: ★☆☆☆☆ AI nodes: yes Added:

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 →

Download .json
{
  "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.

Pro

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 →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Daycal. Uses openai. Webhook trigger; 4 nodes.

OpenAI
AI & RAG

Jambvant Hindi Voice Bot. Uses httpRequest, deepl, postgres, openai. Webhook trigger; 22 nodes.

HTTP Request, DeepL, Postgres +3
AI & RAG

HR Onboarding Automation. Uses emailSend, openai, googleDrive. Webhook trigger; 10 nodes.

Email Send, OpenAI, Google Drive
AI & RAG

AI Lead Gen & Outreach Engine. Uses googleSheets, openai, emailSend, googleCalendar. Webhook trigger; 7 nodes.

Google Sheets, OpenAI, Email Send +2
AI & RAG

Image Generation API. Uses respondToWebhook, stickyNote, openAi. Webhook trigger; 7 nodes.

OpenAI