Web Scraping & Data Extraction

Auto Knowledge Base Article Generator

Auto Knowledge Base Article Generator

Manual
High
23
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
23
Node Types
13

Node Types

code
JSON.parse1, Format, JSON.parse, Format Perplexity Output & Add Citations, JSON.parse3
5 nodes
http Request
Create Perplexity Content
1 node
agent
AI Writer Agent, AI Editor Agent
2 nodes
lm Chat Open Ai
OpenAI Chat Model, OpenAI Chat Model1
2 nodes
tool Workflow
Accept and Publish
1 node
chat Trigger
When chat message received
1 node
merge
Merge
1 node
set
Initialize Count
1 node
function
Increment Count
1 node
if
Check Limit, should submit
2 nodes
no Op
Stop Here
1 node
execute Workflow
Execute Workflow
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3
4 nodes

Workflow JSON

28.48 KB
{
  "id": "WwEFqNK4YP6UJcg2",
  "meta": {
    "instanceId": "6bcff5ef8a06e8086902526a05c2a4c7bf5da8101f89e582301ed78094606f40",
    "templateCredsSetupCompleted": true
  },
  "name": "Auto Knowledge Base Article Generator",
  "tags": [],
  "nodes": [
    {
      "id": "17900021-8da3-4bd9-9d79-5d20d879ddc7",
      "name": "Create Perplexity Content",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1220,
        380
      ],
      "parameters": {
        "url": "https://api.perplexity.ai/chat/completions",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"model\": \"sonar-deep-research\",\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Conduct an in-depth research on '{{ $json.output.parseJson().title }}', covering essential topics, recommended resources, and best practices. Additionally, please address these improvements: '{{ $json.output.parseJson().improvements }}'. The returned data should be at least 1000...

Showing first 1000 characters. Click "Expand" to view the full JSON.