Send a cocktail recipe every day via a Telegram

Send a cocktail recipe daily via Telegram at 8 PM, featuring a random drink photo and instructions. Enjoy a new cocktail experience every day with this automated integration.

7/8/2025
3 nodes
Simple
schedulesimpletelegramautomationcommunicationbotapiintegration
Categories:
Communication & MessagingSchedule TriggeredSimple Workflow
Integrations:
Telegram

Target Audience

This workflow is ideal for:
- Cocktail Enthusiasts: Individuals who enjoy trying new cocktail recipes daily.
- Social Media Managers: Professionals looking to engage their audience with daily content on platforms like Telegram.
- Event Planners: Those organizing events that require unique cocktail ideas to impress guests.
- Automation Fans: Users interested in automating daily tasks to save time and effort.

Problem Solved

This workflow addresses the challenge of finding and sharing new cocktail recipes consistently. It automates the process of:
- Daily Recipe Discovery: Automatically fetches a random cocktail recipe from a reliable API.
- Engagement: Sends the recipe directly to a Telegram chat, ensuring that users receive fresh content without manual effort.

Workflow Steps

  • Cron Trigger: The workflow is scheduled to run daily at 8 PM.
    2. HTTP Request Node: Upon triggering, it sends a request to the Cocktail DB API to retrieve a random cocktail recipe.
    3. Telegram Node: Once the recipe is fetched, it sends a photo of the cocktail along with its instructions to a specified Telegram chat, ensuring that users receive both visual and textual content.
  • Customization Guide

    Users can customize this workflow by:
    - Changing the Schedule: Modify the Cron node parameters to send recipes at different times or frequencies.
    - Updating the Chat ID: Change the chatId in the Telegram node to send recipes to a different chat or group.
    - Adjusting Recipe Source: If desired, replace the Cocktail DB API URL in the HTTP Request node with another source for cocktail recipes.
    - Personalizing Messages: Edit the captions in the Telegram node to include additional personal messages or hashtags.