AutomationFlowsAI & RAG › Webhook to GPT-4o AI Response Workflow

Webhook to GPT-4o AI Response Workflow

Original n8n title: Orchestrateur Rimuruos

Orchestrateur RimuruOS. Uses httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★★★★☆ complexity3 nodesHTTP Request
AI & RAG Trigger: Webhook Nodes: 3 Complexity: ★★★★☆ 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": "Orchestrateur RimuruOS",
  "nodes": [
    {
      "parameters": {
        "path": "/commande-magique",
        "options": {}
      },
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "authentication": "predefinedCredentialType",
        "url": "https://api.openai.com/v1/chat/completions",
        "method": "POST",
        "responseFormat": "json",
        "options": {},
        "bodyParametersUi": {
          "parameter": [
            {
              "name": "model",
              "value": "gpt-4o"
            },
            {
              "name": "messages",
              "value": "[{\"role\":\"system\",\"content\":\"Tu es un interpr\u00e9teur de commandes magiques RimuruOS. Donne uniquement une instruction simple \u00e0 ex\u00e9cuter en JSON. Exemple: {\\\"action\\\": \\\"redemarrer_mageai\\\"}\"}, {\"role\":\"user\",\"content\":\"{{ $json[\\\"commande\\\"] }}\"}]"
            }
          ]
        }
      },
      "name": "GPT-4o",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        550,
        300
      ],
      "credentials": {
        "httpHeaderAuth": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "functionCode": "return [{ json: { message: 'Commande interpr\u00e9t\u00e9e et pr\u00eate \u00e0 ex\u00e9cuter.' } }];"
      },
      "name": "Ex\u00e9cution simul\u00e9e",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        800,
        300
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "GPT-4o",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GPT-4o": {
      "main": [
        [
          {
            "node": "Ex\u00e9cution simul\u00e9e",
            "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

Orchestrateur RimuruOS. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/DG-Elom/agent-repo/blob/25b593b63b7e023bf90555532a1a2a3cf80df298/rimuru_orchestrateur/n8n_orchestrateur_rimuru.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

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

HTTP Request, Postgres, Stop And Error +2
AI & RAG

Whatsapp Multi Agent System optimized copy 2.0. Uses airtable, httpRequest, errorTrigger. Webhook trigger; 44 nodes.

Airtable, HTTP Request, Error Trigger
AI & RAG

Invoice Agent. Uses httpRequest, emailSend. Webhook trigger; 29 nodes.

HTTP Request, Email Send
AI & RAG

Reputation Engine — SEO QA Agent. Uses httpRequest. Webhook trigger; 28 nodes.

HTTP Request
AI & RAG

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

HTTP Request