Hello n8n community! I want to #share an interesting workflow automation that I run daily at the company.
Idea
Create an automatic system to send motivational quotes with morning greetings to the team every day, helping everyone have more positive energy to start the new day.
Tools used
Main API: https://zenquotes.io/
- Free 100%
- Provides thousands of great quotes
- Special endpoint:
/api/image
– returns a direct beautiful quote image
Detailed Workflow
Step 1: Schedule Trigger
- Set to run automatically at 8:00 AM every day
- Or can be customized according to the team’s working hours
Step 2: Fetch Quote Image
GET https://zenquotes.io/api/image
- Each call will receive a different quote image
- Images are high quality, professionally designed
Step 3: OpenAI Enhancement (Optional)
- Use AI to analyze the quote content
- Automatically generate a suitable morning greeting text
- Add personalization and fun
Step 4: Distribution
- Send to Slack/Teams/Telegram group
- Or post on internal website/blog
- Can be combined with email marketing
Actual results
- The team gets extra motivation every morning
- Create a positive atmosphere in the company
- Save manual posting time
- Set up once, run forever
Sample Flow Structure
Cron Trigger → HTTP Request (ZenQuotes) → OpenAI (Optional) → Slack/Teams Node → End
Benefit
Completely free – ZenQuotes API has no limits
Super fast setup – Only takes 10-15 minutes
Highly customizable – Easy to expand with more features
Stable & Reliable – Stable API, low downtime
Feedback
If anyone has tried or has any improvement ideas, please comment below! I really look forward to exchanging and learning more from the community.

Happy automating!
