Skip to main content

Automatically add watermarks to images with Telegram Bot and ImageKit.io

Workflow preview

Workflow preview
100%
Automatically add watermarks to images with Telegram Bot and ImageKit.io preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Purpose and Audience This n8n workflow creates an automated Telegram bot that adds watermarks to images. When users send photos to the bot, it automatically processes them by applying a logo overla...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.telegramtrigger, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Malik Hashir.

Original n8n.io source

1.1 Workflow description

Title
Automatically add watermarks to images with Telegram Bot and ImageKit.io
Workflow name
Automatically add watermarks to images with Telegram Bot and ImageKit.io

Purpose and Audience

This n8n workflow creates an automated Telegram bot that adds watermarks to images. When users send photos to the bot, it automatically processes them by applying a logo overlay and returns the watermarked version. The workflow is designed for content creators, businesses, or individuals who need a quick, automated way to brand their images without manual editing software.

1. How It Works

The workflow operates through a series of connected steps:

  • Message Reception: A Telegram trigger listens for incoming messages from users
  • Image Validation: The system checks whether the message contains a photo; if not, it sends a friendly error message asking the user to send an image
  • Image Retrieval: When a photo is detected, the workflow fetches the file path from Telegram's servers and downloads the full-resolution image
  • Upload & Watermarking: The downloaded image is uploaded to ImageKit.io, where a transformation is applied to overlay a logo watermark at 70% opacity
  • Delivery: The watermarked image is automatically sent back to the user via Telegram

The entire process happens in seconds, providing users with instant watermarked images through a simple chat interface.

2. Who Is It For

This workflow is ideal for:

  • Social media managers who need to quickly brand images before posting
  • Small business owners protecting their product photos with company logos
  • Content creators who want an easy way to watermark their work on the go
  • Marketing teams requiring consistent branding across visual content
  • Photographers offering quick preview watermarking for client galleries
  • Anyone looking for a mobile-friendly, automated watermarking solution without installing desktop software

The bot requires minimal technical knowledge to use—simply send an image and receive it back watermarked—making it accessible to non-technical users while being built on a powerful automation platform.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Upload to ImageKit

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4

Block 2 - Telegram Trigger1

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1

Block 3 - Check if Photo1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 4 - Send Error Message1

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1

Block 5 - Get File Path

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4

Block 6 - Download Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4

Block 7 - Send Watermarked Photo

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1

Block 8 - Add Logo1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automatically add watermarks to images with Telegram Bot and ImageKit.io
Complexity advanced
Nodes 15
Categories Content Creation, Multimodal AI
Author Malik Hashir
Published 25 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11229/11229.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automatically add watermarks to images with Telegram Bot and ImageKit.io do?

Purpose and Audience This n8n workflow creates an automated Telegram bot that adds watermarks to images. When users send photos to the bot, it automatically processes them by applying a logo overla...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.