Skip to main content

Promote YouTube uploads to social channels with DeepSeek and Posta

Workflow preview

Workflow preview
100%
Promote YouTube uploads to social channels with DeepSeek and Posta preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow fetches the latest video from a YouTube channel feed, generates platform specific promo captions with DeepSeek, and creates draft promotion posts in Posta for active so...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-posta.posta, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-base.xml, n8n-nodes-base.code, n8n-nodes-base.filter

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Stefan Gimeson.

Original n8n.io source

1.1 Workflow description

Title
Promote YouTube uploads to social channels with DeepSeek and Posta
Workflow name
Promote YouTube uploads to social channels with DeepSeek and Posta

Quick overview

This workflow fetches the latest video from a YouTube channel feed, generates platform-specific promo captions with DeepSeek, and creates draft promotion posts in Posta for active social media accounts. You can automatically promote your videos to all your social media. Add a "publish" at the end for auto-post.

How it works

  1. Runs manually when you click “Execute workflow”.
  2. Fetches your YouTube channel RSS feed over HTTP, parses the XML, and extracts the latest video’s title, description, thumbnail URL, and link.
  3. Downloads the video thumbnail and uploads it to Posta to create a reusable media asset.
  4. Retrieves your social accounts from Posta, keeps only active accounts, and de-duplicates them to one account per platform.
  5. Combines the latest video data with each target platform and asks DeepSeek (via an n8n LangChain LLM chain) to write a tailored promotional caption per platform.
  6. Tags each generated caption with its platform and merges it back to the matching Posta social account.
  7. Creates a draft Posta post per selected account, attaching the uploaded thumbnail and the platform-specific caption and video link.
  8. (Optional) Add a "publish a post" at the end to automatically post to the social media channels (If you are feeling brave and trust the LLM),

Setup

  1. Add a Posta API credential and select it in the Posta nodes that list accounts, upload media, and create posts.
  2. Add a DeepSeek API credential and select it in the DeepSeek Chat Model node.
  3. Update the YouTube channel feed URL (channel_id) in the HTTP request that downloads the YouTube feed.
  4. Review your Posta social accounts to ensure the intended accounts are marked active and have the correct platform values for de-duplication.

Additional info

Video explanation: https://youtu.be/tTWaYb71YyA

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 8 - Create a post

Type / Role
n8n-nodes-posta.posta - posta
Config choices
Version 1

Block 9 - Get many social accounts

Type / Role
n8n-nodes-posta.posta - posta
Config choices
Version 1

Block 10 - Upload media

Type / Role
n8n-nodes-posta.posta - posta
Config choices
Version 1

Block 11 - Download thumbnail

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 12 - Combine thumbnail + video data

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 13 - Parse feed XML

Type / Role
n8n-nodes-base.xml - xml
Config choices
Version 1

Block 14 - Download YouTube feed

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 15 - Latest video

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Keep active accounts

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 17 - One post per platform

Type / Role
n8n-nodes-base.removeDuplicates - removeDuplicates
Config choices
Version 2

Block 18 - Combine video + platforms

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 19 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.9

Block 20 - DeepSeek Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatDeepSeek - lmChatDeepSeek
Config choices
Version 1

Block 21 - Tag captions with platform

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Post per active account

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

3. Summary Table

Workflow Promote YouTube uploads to social channels with DeepSeek and Posta
Complexity advanced
Nodes 22
Categories Social Media, Multimodal AI
Author Stefan Gimeson
Published 16 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16435/16435.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Promote YouTube uploads to social channels with DeepSeek and Posta do?

Quick overview This workflow fetches the latest video from a YouTube channel feed, generates platform specific promo captions with DeepSeek, and creates draft promotion posts in Posta for active so...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.