AutomationFlowsSlack & Telegram › Create Social Visuals From Blog RSS with Canvora and Slack

Create Social Visuals From Blog RSS with Canvora and Slack

ByJonnie Lane @marketer-360 on n8n.io

This workflow watches your blog RSS feed for new posts, sends each post URL to Canvora to generate branded social image formats (and an optional carousel), polls until generation completes, and posts the resulting image links to a Slack channel for review. Triggers when a new…

Event trigger★★★★☆ complexity17 nodesRss Feed Read TriggerHTTP RequestSlack
Slack & Telegram Trigger: Event Nodes: 17 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #17267 — we link there as the canonical source.

This workflow follows the HTTP Request → Slack recipe pattern — see all workflows that pair these two integrations.

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
{
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "name": "Blog RSS \u2192 Branded Social Visuals (Canvora Autopilot)",
  "nodes": [
    {
      "id": "0ddcdf19-17c1-4659-8007-ee663ae2d5cf",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -928,
        -128
      ],
      "parameters": {
        "width": 480,
        "height": 784,
        "content": "## Blog RSS \u2192 Branded Social Visuals (Canvora Autopilot)\n\n### How it works\n\nThis workflow watches an RSS feed for new blog posts and uses the Canvora API to generate branded social visuals from each post. It waits and polls Canvora until the generation is complete, then routes successful outputs to Slack for review or sends a failure notification if the job fails or times out.\n\n### Setup steps\n\n- Create a free Canvora account at [canvora.ai](https://canvora.ai) \u2014 free credits included, no card required.\n- Get an API key from canvora.ai \u2192 Integrations \u2192 API Keys (available on all plans).\n- In the two HTTP Request nodes, create one Header Auth credential: name `X-API-Key`, value your `vd_...` key.\n- Configure the RSS trigger with the blog feed URL to monitor.\n- Set the desired generation options in the Set Branding Configurations node: formats, carousel format and slide count, language, and brand kit ID.\n- Connect Slack credentials and choose the channels for review messages and failure alerts.\n\n### Customization\n\n- Formats: 100+ available (blog_header, quote_card, stat_card, ad_square, \u2026) \u2014 list them with GET https://api.canvora.ai/api/formats.\n- Language: leave empty to auto-detect from the article \u2014 Canvora generates natively in 150+ languages.\n- Brand kits: pass a brandId (from GET /api/brands) so every visual uses your colors, fonts, and logo.\n- Cost: default 2 visuals = 20 Canvora credits per run; a 5-slide carousel adds 75.\n- To publish automatically instead of reviewing, replace the Slack node with LinkedIn/Buffer nodes \u2014 each output has a public fileUrl you can attach directly.\n- Adjust the wait interval, timeout logic, and Slack message formatting to match the publishing process."
      },
      "typeVersion": 1
    },
    {
      "id": "caf68734-e10b-4a8a-8954-c89d419eeaff",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -368,
        -80
      ],
      "parameters": {
        "color": 7,
        "width": 432,
        "height": 320,
        "content": "## RSS input config\n\nStarts the workflow when a new blog post appears in the RSS feed and applies the visual generation settings used downstream."
      },
      "typeVersion": 1
    },
    {
      "id": "2c80be3c-3425-4499-afc9-8358641280d4",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        112,
        -128
      ],
      "parameters": {
        "color": 7,
        "width": 240,
        "height": 384,
        "content": "## Start Canvora generation\n\nSubmits the blog post and configured options to Canvora to begin creating branded social visuals."
      },
      "typeVersion": 1
    },
    {
      "id": "f36dbba1-fc94-4eab-a218-1b2c447b22b0",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        384,
        -48
      ],
      "parameters": {
        "color": 7,
        "width": 656,
        "height": 512,
        "content": "## Poll generation status\n\nWaits between status checks, retrieves the current generation state, and loops until the job is done or a timeout condition is reached."
      },
      "typeVersion": 1
    },
    {
      "id": "bd6949a1-9609-486c-8d68-330e3de29c5d",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1088,
        -128
      ],
      "parameters": {
        "color": 7,
        "width": 672,
        "height": 304,
        "content": "## Prepare Slack review\n\nHandles the successful completion path, sorts generated outputs such as carousel slides, and sends the finished visuals to Slack for review."
      },
      "typeVersion": 1
    },
    {
      "id": "49f6957a-b2b2-41f7-b022-f25517c4c299",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1296,
        208
      ],
      "parameters": {
        "color": 7,
        "width": 240,
        "height": 384,
        "content": "## Notify generation failure\n\nSends a Slack alert when Canvora reports failure or the polling loop times out."
      },
      "typeVersion": 1
    },
    {
      "id": "b1000000-0000-4000-8000-000000000001",
      "name": "When New Blog Post Published",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        -320,
        80
      ],
      "parameters": {
        "feedUrl": "https://YOUR-BLOG.com/rss.xml",
        "pollTimes": {
          "item": [
            {
              "mode": "everyHour"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b1000000-0000-4000-8000-000000000002",
      "name": "Set Branding Configurations",
      "type": "n8n-nodes-base.set",
      "position": [
        -80,
        80
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "c+1234567890-+1234567890",
              "name": "formats",
              "type": "string",
              "value": "instagram_post,linkedin_post"
            },
            {
              "id": "c+1234567890-+1234567890",
              "name": "carouselFormat",
              "type": "string",
              "value": ""
            },
            {
              "id": "c+1234567890-+1234567890",
              "name": "carouselSlides",
              "type": "string",
              "value": "5"
            },
            {
              "id": "c+1234567890-+1234567890",
              "name": "language",
              "type": "string",
              "value": ""
            },
            {
              "id": "c+1234567890-+1234567890",
              "name": "brandId",
              "type": "string",
              "value": ""
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "b1000000-0000-4000-8000-000000000003",
      "name": "Post to Canvora API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        160,
        80
      ],
      "parameters": {
        "url": "https://api.canvora.ai/api/generations",
        "method": "POST",
        "options": {},
        "jsonBody": "={{ JSON.stringify(Object.assign({\n  inputType: 'url',\n  inputUrl: $('When New Blog Post Published').item.json.link,\n  title: 'Autopilot: ' + ($('When New Blog Post Published').item.json.title || 'blog post'),\n  outputFormats: $('Set Branding Configurations').item.json.formats.split(',').map(s => s.trim()).filter(Boolean).concat($('Set Branding Configurations').item.json.carouselFormat ? [$('Set Branding Configurations').item.json.carouselFormat.trim()] : [])\n},\n$('Set Branding Configurations').item.json.carouselFormat ? { carouselCounts: Object.fromEntries([[$('Set Branding Configurations').item.json.carouselFormat.trim(), Math.max(1, Math.min(10, parseInt($('Set Branding Configurations').item.json.carouselSlides, 10) || 5))]]) } : {},\n$('Set Branding Configurations').item.json.language ? { language: $('Set Branding Configurations').item.json.language.trim() } : {},\n$('Set Branding Configurations').item.json.brandId ? { brandId: $('Set Branding Configurations').item.json.brandId.trim() } : {}\n)) }}",
        "sendBody": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "typeVersion": 4.2
    },
    {
      "id": "b1000000-0000-4000-8000-000000000004",
      "name": "Wait 30 Seconds",
      "type": "n8n-nodes-base.wait",
      "position": [
        432,
        80
      ],
      "parameters": {
        "amount": 30
      },
      "typeVersion": 1.1
    },
    {
      "id": "b1000000-0000-4000-8000-000000000005",
      "name": "Fetch Generation Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        656,
        80
      ],
      "parameters": {
        "url": "=https://api.canvora.ai/api/generations/{{ $('Post to Canvora API').item.json.generation.id }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "typeVersion": 4.2
    },
    {
      "id": "b1000000-0000-4000-8000-000000000006",
      "name": "Check Generation Completion",
      "type": "n8n-nodes-base.if",
      "position": [
        896,
        80
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "e+1234567890-+1234567890",
              "operator": {
                "type": "boolean",
                "operation": "true",
                "singleValue": true
              },
              "leftValue": "={{ ['completed', 'failed', 'partial', 'cancelled'].includes($json.generation.status) }}",
              "rightValue": true
            }
          ]
        }
      },
      "typeVersion": 2
    },
    {
      "id": "b1000000-0000-4000-8000-000000000007",
      "name": "Check for Timeout",
      "type": "n8n-nodes-base.if",
      "position": [
        896,
        304
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "e+1234567890-+1234567890",
              "operator": {
                "type": "boolean",
                "operation": "true",
                "singleValue": true
              },
              "leftValue": "={{ $runIndex >= 20 }}",
              "rightValue": true
            }
          ]
        }
      },
      "typeVersion": 2
    },
    {
      "id": "b1000000-0000-4000-8000-000000000008",
      "name": "Check Success Status",
      "type": "n8n-nodes-base.if",
      "position": [
        1136,
        0
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "e+1234567890-+1234567890",
              "operator": {
                "type": "boolean",
                "operation": "true",
                "singleValue": true
              },
              "leftValue": "={{ ['completed', 'partial'].includes($json.generation.status) }}",
              "rightValue": true
            }
          ]
        }
      },
      "typeVersion": 2
    },
    {
      "id": "b1000000-0000-4000-8000-000000000009",
      "name": "Sort and Prepare Message",
      "type": "n8n-nodes-base.code",
      "position": [
        1376,
        0
      ],
      "parameters": {
        "jsCode": "// Sort outputs by sortOrder (carousel slides can complete out of order)\nconst g = $input.first().json.generation;\nconst outputs = (g.outputs || [])\n  .slice()\n  .sort((a, b) => (a.sortOrder ?? 0) - (b.sortOrder ?? 0));\n\nconst lines = outputs.map((o, i) => `${i + 1}. ${o.format || 'visual'} \u2014 ${o.fileUrl}`);\n\nconst text = [\n  `\ud83c\udfa8 *New visuals ready* for \"${g.title || 'your blog post'}\"`,\n  `${outputs.length} image(s)${g.status === 'partial' ? ' (some formats failed and were refunded)' : ''}:`,\n  '',\n  ...lines,\n  '',\n  `Review or edit: https://canvora.ai/generations/${g.id}`\n].join('\\n');\n\nreturn [{ json: { text, outputs, generationId: g.id } }];"
      },
      "typeVersion": 2
    },
    {
      "id": "b1000000-0000-4000-8000-000000000010",
      "name": "Send Review Message to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1616,
        0
      ],
      "parameters": {
        "text": "={{ $json.text }}",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "name",
          "value": "#content"
        },
        "otherOptions": {}
      },
      "typeVersion": 2.2
    },
    {
      "id": "b1000000-0000-4000-8000-000000000011",
      "name": "Notify Failure in Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1344,
        432
      ],
      "parameters": {
        "text": "=\u26a0\ufe0f Canvora generation didn't finish for \"{{ $('When New Blog Post Published').item.json.title }}\" (status: {{ $json.generation ? $json.generation.status : 'timeout' }}). Failed generations refund credits automatically. Check https://canvora.ai/dashboard",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "name",
          "value": "#content"
        },
        "otherOptions": {}
      },
      "typeVersion": 2.2
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "connections": {
    "Wait 30 Seconds": {
      "main": [
        [
          {
            "node": "Fetch Generation Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check for Timeout": {
      "main": [
        [
          {
            "node": "Notify Failure in Slack",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait 30 Seconds",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post to Canvora API": {
      "main": [
        [
          {
            "node": "Wait 30 Seconds",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Success Status": {
      "main": [
        [
          {
            "node": "Sort and Prepare Message",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Notify Failure in Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Generation Status": {
      "main": [
        [
          {
            "node": "Check Generation Completion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sort and Prepare Message": {
      "main": [
        [
          {
            "node": "Send Review Message to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Generation Completion": {
      "main": [
        [
          {
            "node": "Check Success Status",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Check for Timeout",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Branding Configurations": {
      "main": [
        [
          {
            "node": "Post to Canvora API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When New Blog Post Published": {
      "main": [
        [
          {
            "node": "Set Branding Configurations",
            "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

This workflow watches your blog RSS feed for new posts, sends each post URL to Canvora to generate branded social image formats (and an optional carousel), polls until generation completes, and posts the resulting image links to a Slack channel for review. Triggers when a new…

Source: https://n8n.io/workflows/17267/ — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

Webhook Slack. Uses theHiveProjectTrigger, stickyNote, httpRequest, theHiveProject. Event-driven trigger; 63 nodes.

The Hive Project Trigger, HTTP Request, The Hive Project +1
Slack & Telegram

Key Features: Direct Case Management: Modify case details such as assignee, severity, status, and more through intuitive form inputs embedded within Slack messages. Seamless Integration: Assumes match

The Hive Project Trigger, HTTP Request, The Hive Project +1
Slack & Telegram

This workflow collects a blog brief via an n8n form, uses Anthropic Claude to generate an outline and write each section, saves both outline and article as formatted Google Docs in Google Drive, then

Form Trigger, Google Sheets, HTTP Request +2
Slack & Telegram

This workflow runs a SEEK.com.au job search via Apify on a daily schedule or on-demand form submission, deduplicates new listings, and routes results to Google Sheets, Airtable, a webhook endpoint, an

HTTP Request, Google Sheets, Airtable +5
Slack & Telegram

Vendorbot Form Filler. Uses executeCommand, gmail, telegram, slack. Event-driven trigger; 39 nodes.

Execute Command, Gmail, Telegram +6