一条内容自动适配 Twitter/LinkedIn/Mastodon,定时发布。

适用场景

Solo founders and small marketing teams managing 3+ social platforms who want to post daily without manual work.

前提条件

n8n, API keys for Twitter/X, LinkedIn, Mastodon, OpenAI API key

工作流图

用 n8n 跨平台社媒自动调度

Trigger Node
AI Adaptation Node
Platform Nodes
Image Attachment
Analytics Loop

分步指南

  1. 1

    Trigger Node

    Use a Webhook trigger or Manual trigger. Alternatively, connect to your CMS webhook so every new blog post automatically triggers a social media campaign.

  2. 2

    AI Adaptation Node

    Use an HTTP Request node to call OpenAI with three separate prompts for each platform. Twitter: 280 chars max, punchy, with hashtags. LinkedIn: professional tone, 300 words max, with a question hook. Mastodon: conversational, 500 chars, community-focused.

  3. 3

    Platform Nodes

    Add Twitter/X API node, LinkedIn API node, and Mastodon API node. Configure each with the adapted content from the previous step. Set scheduling times based on best engagement windows for each platform.

  4. 4

    Image Attachment

    If the source content has an image, use the HTTP Request node to download it, then attach it to the social posts. For LinkedIn, generate a custom image using an AI image API with the post title as prompt.

  5. 5

    Analytics Loop

    After 24 hours, trigger a second workflow that collects engagement metrics (likes, comments, shares) from all three platforms and saves to a Google Sheet for tracking.

标签

#social-media#automation#scheduling#n8n