<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:
url (caption subject)style (creative tone)platforms[] (e.g., ["facebook", "linkedin"])๐น 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>

๐ Download & Explore the Workflow:
View GitHub Repository :