Automate Your Cocktail Inspiration: Fetch & Save Random Recipes
detail.loadingPreview
Effortlessly fetch random cocktail recipes from the CocktailDB API and automatically save them as JSON files. This workflow is perfect for cocktail enthusiasts, bartenders, or anyone looking to expand their recipe collection.
About This Workflow
This n8n workflow automates the process of discovering new cocktails. It starts with a simple manual trigger, then makes an HTTP request to the widely recognized CocktailDB API to retrieve a random cocktail's data. The received JSON data is then converted into a binary format, making it ready for storage. Finally, the workflow saves this valuable cocktail information into a neatly organized JSON file named cocktail.json on your local system. It's an ideal starting point for building a personalized digital cocktail recipe book or for inspiration for your next drink creation.
Key Features
- Automated Recipe Fetching: Get a fresh, random cocktail recipe with a single click.
- Data Preservation: Stores cocktail details in a structured JSON format.
- Easy Integration: Leverages the popular CocktailDB API for reliable data.
- Simple to Execute: Initiated with a straightforward manual trigger.
How To Use
- Trigger the Workflow: Click the 'execute' button on the
On clicking 'execute'manual trigger node. - Fetch Cocktail Data: The
HTTP Requestnode will automatically call the CocktailDB API to get a random cocktail's information. - Prepare for Storage: The
Move Binary Datanode converts the API's JSON response into a binary format suitable for saving. - Save the Recipe: The
Write Binary Filenode saves the processed data into a file namedcocktail.jsonin your designated n8n storage location.
Apps Used
Workflow JSON
{
"id": "203a3fc2-7980-461c-801b-f25e05df1fa4",
"name": "Automate Your Cocktail Inspiration: Fetch & Save Random Recipes",
"nodes": 13,
"category": "Personal",
"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: 203a3fc2-7980...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automate Your Daily Briefing: News, Emails, and Tasks
Streamline your day by automatically fetching the latest news from Times of India, important emails from your Gmail, and your upcoming Todoist tasks. Get a consolidated, beautifully formatted daily digest delivered straight to your inbox.
AI Music Generator with Suno V3.5 (KIE.ai)
This n8n workflow automates AI music generation using the KIE.ai API, powered by the Suno V3.5 model. Users simply submit music prompts, styles, and titles via a web form, and the system handles real-time generation and delivery of the final audio output. It's perfect for quickly creating custom music for various needs.
Smart Expense Tracking with Telegram & AI
Automate your personal finance management by turning your Telegram chat into an intelligent expense tracker. Simply send a photo of a receipt or a text message, and this workflow uses AI to categorize your spending, extract crucial details, and provide instant summaries.