Skip to main content

Pick a Topic & Auto-Publish Translated Content on Multiple Social Media Platform

Workflow preview

Workflow preview
100%
Pick a Topic & Auto-Publish Translated Content on Multiple Social Media Platform preview
Open on n8n.io

1. Workflow Overview

Who it's for This n8n workflow is designed for content creators, digital marketers, and social media managers who want to automate their entire content creation and publishing process across multip...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.scheduletrigger, n8n-nodes-base.wordpress, n8n-nodes-base.editimage, n8n-nodes-base.httprequest, n8n-nodes-base.discord, n8n-nodes-rapiwa.rapiwa

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Pick a Topic & Auto-Publish Translated Content on Multiple Social Media Platform
Workflow name
Pick a Topic & Auto-Publish Translated Content on Multiple Social Media Platform

Who it's for

This n8n workflow is designed for content creators, digital marketers, and social media managers who want to automate their entire content creation and publishing process across multiple platforms. It provides a complete end-to-end system capable of taking a single specific idea and automatically generating a full piece of content from it—complete with images, translations, and platform-optimized formatting. The workflow then publishes the final content to WordPress, Facebook, LinkedIn, and Telegram.

Features

  • Multi-platform publishing: WordPress, Facebook, LinkedIn, Telegram
  • AI-powered content generation using OpenAI (LangChain): Can generate a full article or content piece from a single specific idea or topic
  • Multi-language support: Automatic translation via Google Translate API
  • Automatic image processing: Resizing, optimization, and WordPress upload
  • Google Sheets integration: For topic management, content queueing, and status tracking
  • Notifications: Send updates via Discord, Telegram, WhatsApp, and Gmail
  • Flexible workflow triggers: Supports both manual form submissions and automated scheduled publishing

Requirements

  • OpenAI API access for content generation
  • Google Translate API credentials
  • WordPress API access
  • Social media API credentials (Facebook, Telegram, LinkedIn)
  • Google Sheets OAuth2 credentials
  • Google Drive access for image storage
Configure Credentials
  • Google APIs: Configure Google Sheets, Google Drive, and Google Translate with proper OAuth2 credentials
  • OpenAI API: Set up with appropriate model access (gpt-4.1-mini)
  • WordPress API: Configure with your WordPress site credentials
  • Social Media APIs: Set up each platform with proper API keys and target IDs
  • Notification Services: Configure each service with proper API keys and target IDs

Important Notes

  • Form captures topic, type, user, word count, company info, domain, language, and image
  • AI content generation uses customizable prompts
  • Images resized up to 5000x5000 px before upload
  • Content can be translated via Google Translate API
  • Workflow publishes text and image posts across platforms
  • Google Sheets tracks content status in real-time

Support & Help

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 - Google Sheets Final Blog

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 2 - Google Sheets Status Update

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 3 - Check Inputs

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 5 - Create WordPress Post

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

Block 6 - Edit Image

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

Block 7 - upload media to wp

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

Block 8 - upload image to meta data

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

Block 9 - set featured image

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

Block 10 - Send a message

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

Block 11 - Rapiwa

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

Block 12 - Sticky Note3

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

Block 13 - Facebook Image post

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

Block 14 - Telegram Image post

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 15 - Create profile image post

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

Block 16 - Create page image post

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

Block 17 - Sticky Note1

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

Block 18 - Get file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 19 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 20 - Sticky Note2

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

Block 21 - Sticky Note4

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

Block 22 - Sticky Note5

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

Block 23 - Sticky Note6

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

Block 24 - Translate to Your Own Language

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

Showing the first 24 of 38 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Pick a Topic & Auto-Publish Translated Content on Multiple Social Media Platform
Complexity advanced
Nodes 38
Categories Content Creation, Multimodal AI
Author SpaGreen Creative
Published 08 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12571/12571.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 Pick a Topic & Auto-Publish Translated Content on Multiple Social Media Platform do?

Who it's for This n8n workflow is designed for content creators, digital marketers, and social media managers who want to automate their entire content creation and publishing process across multip...

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 Content Creation, Multimodal AI use case.