AutomationFlowsAI & RAG › N8n Demo Workflow

N8n Demo Workflow

n8n Demo Workflow. Uses httpRequest, chatOpenAi. Manual trigger; 2 nodes.

Manual trigger★☆☆☆☆ complexityAI-powered2 nodesHTTP RequestChat Open Ai
AI & RAG Trigger: Manual 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": "n8n Demo Workflow",
  "nodes": [
    {
      "id": "1",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "parameters": {
        "method": "GET",
        "url": "https://api.openai.com/v1/models"
      }
    },
    {
      "id": "2",
      "name": "AI Assistant",
      "type": "n8n-nodes-base.chatOpenAi",
      "parameters": {
        "model": "gpt-4o-mini"
      }
    }
  ],
  "connections": {
    "HTTP Request": {
      "main": [
        [
          {
            "node": "AI Assistant",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

n8n Demo Workflow. Uses httpRequest, chatOpenAi. Manual trigger; 2 nodes.

Source: https://github.com/PauloHenriqueJr/storyspark-ai-studio/blob/e4a62a3062085fd0fe04e4bef1c8b408e8f3527e/samples/n8n_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

Supercharge your sales and marketing efforts with this powerful automation that transforms a list of LinkedIn profiles into a fully enriched, personalized outreach campaign. This workflow is designed

HTTP Request, OpenAI, Google Sheets
AI & RAG

Sales teams, marketers, and business development professionals who need to automatically enrich their CRM records with detailed company information from LinkedIn profiles. Perfect for anyone doing B2B

Airtable, HTTP Request, OpenAI
AI & RAG

This workflow automatically runs when a new email is received in the user's Gmail account. It sends the email content to OpenAI (GPT-4.1-mini), which intelligently determines whether the message requi

OpenAI, Email Read Imap, HTTP Request
AI & RAG

Transform and optimize images for web use: You need to host local images online You want to reduce image file sizes automatically You need image URLs for web content You want to generate and optimize

HTTP Request, OpenAI
AI & RAG

Gemini Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.

Start, HTTP Request, Return Json