<aside>

Goal: Automate the generation and publication of AI-generated content across multiple social media platforms (LinkedIn & Facebook) using natural language prompts.

Problem: Manually creating and posting AI content to multiple platforms is time-consuming and error-prone, especially when customizing for each audience.

Solution: A Make scenario that integrates text generation, platform-specific publishing, and automated routing using AI + API.

๐Ÿ”น Step 1 โ€“ Webhook Trigger: Receives incoming requests with 3 key fields:

๐Ÿ”น Step 2 โ€“ Google Gemini AI: Generates a caption in your desired style using the given prompt.

๐Ÿ”น Step 3 โ€“ Router: Splits the flow based on the platforms array.

๐Ÿ”น Step 4 โ€“ LinkedIn Post: Posts the AI-generated content as a User Text Post.

๐Ÿ”น Step 5 โ€“ Facebook Page Post: Publishes the content on a Facebook Page using the Pages API.

๐Ÿ”น Step 6 โ€“ Webhook Response: Each platform returns a success confirmation with a status message.

Tools Used:

Impact:

๐Ÿง  Learnings:

</aside>

Screenshot 2025-06-16 194926.png

๐Ÿ“‚ Download & Explore the Workflow:

View GitHub Repository :

Multi-Platform-AI-Content-Publisher/Multi-Platform AI Content Publisher.blueprint.json at main ยท AlvLeoAI/Multi-Platform-AI-Content-Publisher