ES | EN
AI

Translate cocktail instructions using DeepL

Deep L
Nodes 2
Complexity Basic
Category AI
n8n popularity 1,171 views in n8n library

This workflow allows you to translate cocktail instructions using DeepL. HTTP Request node: This node will make a GET request to the API https://www.thecocktaildb.com/api/json/v1/1/random.php to fetch a random cocktail. This information gets passed on to the next node in the workflow. Based on your use case, replace the node with the node from where you might receive the data. DeepL node: This node will translate the cocktail instructions that we got from the previous node to French. To translate the instructions in your language, select your language instead.

Apps and nodes included

Step-by-Step Implementation Guide

Automatización: Traducir Recetas con DeepL

Este flujo de trabajo traduce recetas de cócteles utilizando DeepL. Obtiene la receta a través de una petición HTTP y la traduce.

Nodos Utilizados

  • HTTP Request: Recupera la receta de un origen.
  • DeepL: Traduce el texto de la receta.

Pasos de Configuración

  1. HTTP Request:
    • URL: Ingresa la URL de la receta (ej. API o página web).
    • Método: Selecciona el método HTTP (GET, POST, etc.).
    • Parámetros/Cuerpo: Configura los parámetros o el cuerpo de la petición si es necesario.
    • Retorno: Asegúrate de que el nodo HTTP Request devuelve el texto de la receta.
  2. DeepL:
    • Conexión: Ingresa tu clave de API de DeepL.
    • Texto a Traducir: Selecciona el campo de salida del nodo HTTP Request que contiene el texto de la receta.
    • Idiomas: Selecciona el idioma de origen y el idioma de destino de la traducción.
  3. Conexión: Conecta el nodo HTTP Request al nodo DeepL.
  4. Prueba: Ejecuta el flujo de trabajo para verificar la traducción de la receta.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.