Weekly Cocktail Inspiration for Your Team
detail.loadingPreview
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
About This Workflow
Spice up your team's internal communications with a touch of automated fun! This n8n workflow is designed to bring a dose of weekly inspiration directly to your Rocket.Chat channel. Every Friday evening, it springs into action, fetching a random cocktail recipe from a public API. It then leverages Bannerbear to dynamically create an eye-catching visual card, complete with the cocktail's image, name, and instructions. Finally, this engaging content is automatically shared, perfect for a virtual "happy hour" reminder or just to spark conversation and morale among colleagues.
Key Features
- Automated Scheduling: Set and forget with a weekly Cron trigger, ensuring consistent content delivery.
- Dynamic Content Generation: Fetches random cocktail recipes and their details (image, name, instructions) on the fly.
- Visual Content Creation: Utilizes Bannerbear to transform raw data into professionally designed image cards, ready for sharing.
- Seamless Team Communication: Automatically posts the generated cocktail card to a specified Rocket.Chat channel.
How To Use
- Schedule the
CronTrigger: Configure theCronnode to run at your preferred time and day (e.g., every Friday at 6 PM as shown). - Verify
HTTP Request: Ensure theHTTP Requestnode points to a valid API for fetching cocktail recipes (the defaultthecocktaildb.comis ready to use). - Configure
Bannerbear:- Provide your Bannerbear API credentials.
- Specify the
Template IDfor your Bannerbear design. - Map the dynamic fields:
cocktail-imageto{{$node["HTTP Request"].json["drinks"][0]["strDrinkThumb"]}},titleto{{$node["HTTP Request"].json["drinks"][0]["strDrink"]}}, andrecipeto{{$node["HTTP Request"].json["drinks"][0]["strInstructions"]}}.
- Set Up
Rocketchat:- Enter your Rocket.Chat API credentials.
- Specify the
Channelwhere the cocktail recipe images should be posted. - The image URL for the attachment is automatically mapped from the
Bannerbearnode output.
Apps Used
Workflow JSON
{
"id": "bfeb47e6-8012-4dd6-92ca-0251961211d8",
"name": "Weekly Cocktail Inspiration for Your Team",
"nodes": 22,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: bfeb47e6-8012...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.