This n8n workflow automates the process of fetching a random cocktail recipe, extracting its preparation instructions, and translating them into Italian. It is triggered manually, making it suitable for on-demand use in bars, restaurants, or for personal bartenders who want quick access to translated cocktail instructions.
The workflow consists of three key nodes:
1. Manual Trigger: Allows users to initiate the process manually by clicking a button.
2. HTTP Request: Fetches a random cocktail recipe from TheCocktailDB API, which provides details including instructions.
3. LingvaNex Translation: Takes the instructions from the API response and translates the text into Italian.
The process begins when the user clicks the ‘execute’ button. The workflow then makes an API call to retrieve a random cocktail recipe, specifically its instructions. These instructions are passed to the LingvaNex translation node, which performs the translation into Italian.
This workflow is useful for hospitality professionals or cocktail enthusiasts who want quick access to multilingual cocktail recipes, aiding in understanding instructions in different languages or sharing recipes with an international audience.
Reviews
There are no reviews yet.