What This Workflow Does
This n8n workflow solves the challenge of manually collecting and publishing customer testimonials from social media to your Strapi CMS. It automatically searches Twitter (now X) for mentions of your brand, products, or services at regular intervals, then formats and publishes them as testimonials in your Strapi content management system.
The automation eliminates hours of manual work typically spent monitoring social platforms, copying content, and manually entering testimonials into your CMS. It ensures your website always displays fresh, authentic social proof without requiring constant attention from your marketing team.
How It Works
1. Scheduled Twitter Search
The workflow uses n8n's Interval node to automatically search Twitter every 30 minutes for specific keywords, hashtags, or mentions related to your business. You can configure the search parameters to match your brand terms.
2. Content Processing
Each matching tweet is processed to extract relevant information like the username, profile image, tweet content, and timestamp. The workflow formats this data into a structure compatible with Strapi's content model.
3. Strapi Integration
The formatted testimonial data is sent to your Strapi CMS via API and automatically created as a new content entry. The workflow handles authentication and ensures proper field mapping between Twitter data and your Strapi content types.
Pro tip: Add sentiment analysis to automatically filter negative mentions and only publish positive testimonials.
Who This Is For
This workflow is ideal for marketing teams, SaaS companies, agencies, and any business using Strapi that wants to showcase authentic customer feedback. It's particularly valuable for:
- E-commerce stores wanting to display shopper testimonials
- SaaS companies collecting user feedback
- Agencies showcasing client praise
- Content creators building social proof
What You'll Need
- An active n8n instance (self-hosted or cloud)
- Twitter API credentials (developer account)
- Strapi CMS with configured content types for testimonials
- Strapi API access tokens with create permissions
Quick Setup Guide
- Download the JSON template file
- Import into your n8n instance
- Configure Twitter search parameters (keywords, filters)
- Set up Strapi API connection details
- Test with manual trigger before enabling schedule
Key Benefits
Save 5-10 hours per week by eliminating manual testimonial collection and entry. The automation handles what would otherwise be a tedious, time-consuming process.
Always-fresh social proof keeps your website testimonials current and relevant, improving conversion rates by showing recent customer feedback.
Consistent formatting ensures all testimonials follow your brand style guidelines and include proper attribution without manual intervention.
Scalable solution grows with your business, automatically collecting more testimonials as your brand mentions increase.