Generate Cocktail Instructions with Translation
detail.loadingPreview
Fetches random cocktail data and translates its instructions using LingvaNex.
About This Workflow
This workflow retrieves random cocktail information from TheCocktailDB API and then utilizes LingvaNex to translate the preparation instructions into Italian. It's designed as a demonstration of integrating an external API with a translation service within n8n.
Key Features
- Fetches random cocktail data.
- Integrates with LingvaNex for translation.
- Translates specific fields (e.g., 'strInstructions').
How To Use
- On clicking 'execute': This manual trigger node starts the workflow.
- HTTP Request: This node fetches random cocktail data from
https://www.thecocktaildb.com/api/json/v1/1/random.php. - LingvaNex: This node takes the
strInstructionsfrom the fetched cocktail data and translates it to Italian (it_IT). You will need to configure your LingvaNex credentials.
Apps Used
Workflow JSON
{
"id": "eceee22f-9c6c-4d51-b63a-4eddb01d107e",
"name": "Generate Cocktail Instructions with Translation",
"nodes": 29,
"category": "Data Processing",
"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: eceee22f-9c6c...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
Multilingual Metadata Generation from Gmail and Google Sheets
Automate structured metadata generation in English and Chinese by processing Gmail emails and Google Sheets data.
Generate Structured Metadata with Multiple Languages
This workflow demonstrates generating structured metadata, specifically supporting both English and Chinese output.
Generate Structured Metadata from Image Files
Reads binary image files and prepares them for metadata generation in multiple languages.