N8N workflow that automates social media posting by triggering AI-generated text and images from WhatsApp or Telegram, then posting directly to connected platforms.
git clone https://github.com/Tezzpratap/N8N-Workflow-for-Social-Media-Automation-.gitThis N8N workflow streamlines social media automation by connecting messaging platforms like WhatsApp and Telegram as input triggers. It uses Gemini for text generation and Pollination AI for image creation, enabling teams to automatically generate and post content without manual intervention. The workflow eliminates repetitive posting tasks and ensures consistent content delivery across social media platforms. Setup requires N8N installation, API credentials for your chosen platforms, and importing the provided JSON workflow file. Teams managing multiple social accounts or running content campaigns benefit most from reducing posting overhead and maintaining publishing schedules.
Install N8N on your server or local environment using Docker. Download the workflow JSON file and import it into N8N via the Import button. Configure each node with your API credentials for WhatsApp, Telegram, and target social media platforms. Test connections and content posting before deploying to production.
Automate marketing team social media posts triggered by WhatsApp or Telegram messages
Generate and post AI-created promotional content to multiple platforms simultaneously
Create scheduled social media campaigns with AI-generated text and images
Reduce manual social media posting workload for small teams and agencies
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/Tezzpratap/N8N-Workflow-for-Social-Media-Automation-Copy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a detailed N8N workflow for automating social media posts across platforms like Twitter, LinkedIn, and Facebook. The workflow should include [COMPANY] branding guidelines, [POSTING_SCHEDULE], and [CONTENT_CATEGORIES] such as blog promotions, industry news, and user engagement. Ensure the workflow integrates with [SOCIAL_MEDIA_APIS] and includes error handling for failed posts.
```markdown ## N8N Workflow for Social Media Automation ### Workflow Overview - **Trigger**: Scheduled posts based on [POSTING_SCHEDULE] - **Content Sources**: Blog RSS feed, industry news API, user engagement templates - **Platforms**: Twitter, LinkedIn, Facebook - **Error Handling**: Retry mechanism for failed posts ### Detailed Steps 1. **Trigger Node**: Schedule posts using cron expression for [POSTING_SCHEDULE]. 2. **Content Selection**: Randomly select content from [CONTENT_CATEGORIES] based on predefined weights. 3. **Branding Integration**: Apply [COMPANY] branding guidelines to the post content. 4. **API Integration**: Use [SOCIAL_MEDIA_APIS] to post content to respective platforms. 5. **Error Handling**: Implement a retry mechanism for failed posts with a maximum of 3 attempts. ### Example Post **Platform**: Twitter **Content**: 'Check out our latest blog post on [BLOG_TOPIC]! [LINK] #Marketing #DigitalTransformation' **Scheduled Time**: 2023-10-15 14:00 UTC ```
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan