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

Example 2: LLM Integration with TOON. Uses start, httpRequest, @tehw0lf/n8n-nodes-toon, openAi. Manual trigger; 4 nodes.

Start, HTTP Request, @Tehw0Lf/N8N Nodes Toon +1
AI & RAG

Chimera: AI Pipeline. Uses googleGeminiChat, httpRequest, postgres. Manual trigger; 3 nodes.

Google Gemini Chat, HTTP Request, Postgres
AI & RAG

This workflow monitors an IMAP inbox for emails with invoice attachments, uses OpenAI to OCR and extract structured invoice data, looks up customers and tax/currency settings in Zoho Books, and then c

OpenAI, HTTP Request, Email Read Imap
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