AutomationFlowsAI & RAG › Ragspro - Content Generator

Ragspro - Content Generator

RAGSPRO - Content Generator. Uses httpRequest. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesHTTP Request
AI & RAG Trigger: Cron / scheduled 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": "RAGSPRO - Content Generator",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 6
            }
          ]
        }
      },
      "name": "Every 6 Hours",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://integrate.api.nvidia.com/v1/chat/completions",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Bearer {{ $env.NVIDIA_API_KEY }}"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "contentType": "json",
        "body": "={\"model\": \"qwen/qwen3.5-122b-a10b\", \"messages\": [{\"role\": \"system\", \"content\": \"You are a social media content creator for RAGSPRO AI Agency.\"}, {\"role\": \"user\", \"content\": \"Generate content for: 1) Twitter post about automation (under 280 chars) 2) LinkedIn post about AI benefits 3) Instagram caption about tech productivity\"}], \"max_tokens\": 1000}"
      },
      "name": "Generate All Content",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://api.telegram.org/bot{{ $env.TELEGRAM_BOT_TOKEN }}/sendMessage",
        "sendBody": true,
        "contentType": "json",
        "body": "={\"chat_id\": \"1451671418\", \"text\": \"\ud83c\udfa8 RAGSPRO Daily Content\\n\\n\" + $json.choices[0].message.content + \"\\n\\n\u23f0 \" + new Date().toISOString(), \"parse_mode\": \"Markdown\"}"
      },
      "name": "Telegram Delivery",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        650,
        300
      ]
    }
  ],
  "connections": {
    "Every 6 Hours": {
      "main": [
        [
          {
            "node": "Generate All Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate All Content": {
      "main": [
        [
          {
            "node": "Telegram Delivery",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false
}
Pro

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

About this workflow

RAGSPRO - Content Generator. Uses httpRequest. Scheduled trigger; 3 nodes.

Source: https://github.com/raghavshahhh/agency-os/blob/0577932738f6a689ddbd07cf13ae3f2737b139d5/workflows/n8n_content.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

This smart automation workflow created by the AI development team at WeblineIndia, helps with the daily collection and storage of weather data. Using the OpenWeatherMap API and Airtable, this solution

Airtable, HTTP Request
AI & RAG

weekly-summary-ollama. Uses httpRequest. Scheduled trigger; 3 nodes.

HTTP Request
AI & RAG

AI-Powered Short-Form Video Generator with OpenAI, Flux, Kling, and ElevenLabs and upload to all .... Uses httpRequest, googleDrive, discord, googleSheets. Scheduled trigger; 51 nodes.

HTTP Request, Google Drive, Discord +2
AI & RAG

Free Support: Setting up and getting the workflow tailord to your needs. One small free adjustment included.

HTTP Request, Google Cloud Storage, YouTube +2
AI & RAG

Continuous quality checks for your production LLM prompts. Keeps a golden test set in n8n Data Tables, runs it on a schedule against any OpenAI-compatible API, compares each run to a blessed baseline,

Data Table, HTTP Request, Telegram