Skip to main content

Download Instagram & Facebook Videos/Reels with Telegram Bot

Workflow preview

Workflow preview
100%
Download Instagram & Facebook Videos/Reels with Telegram Bot preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Instagram & Facebook Video/Reels Downloader Bot (Telegram bot) Once set up, simply send any Instagram Reel or Facebook video link to your Telegram bot, and it will automat...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.telegramtrigger, n8n-nodes-base.if, n8n-nodes-base.httprequest, 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 Joy Sutradhar.

Original n8n.io source

1.1 Workflow description

Title
Download Instagram & Facebook Videos/Reels with Telegram Bot
Workflow name
Download Instagram & Facebook Videos/Reels with Telegram Bot

Instagram & Facebook Video/Reels Downloader Bot (Telegram bot)

Once set up, simply send any Instagram Reel or Facebook video link to your Telegram bot, and it will automatically:

  1. Check if the shared link is valid.
  2. Detect whether it’s an Instagram or Facebook link.
  3. Fetch the video using API and scraping methods.
  4. Download the video directly from the source.
  5. Send the downloaded video (or a message if it’s invalid) right back to your Telegram chat — instantly!

How It Works (Node Flow)

  • Telegram Trigger: Listens for new messages (video/reel links) from users.
  • Regex Node: Extracts and validates the Instagram/Facebook link format.
  • Conditional Node (If): Determines whether the link is for Facebook or Instagram.
  • Link Validation Node: Ensures the provided link is valid and reachable.
  • Instagram Node:
    • Fetches video metadata via API.
    • Decodes and downloads the Reel.
    • Sends the downloaded video and confirmation message via Telegram.
  • Facebook Node:
    • Uses scraping/API to get the video source.
    • Generates the downloadable link.
    • Downloads and sends the Facebook video back to Telegram.
  • Error Handling Node: Sends a custom error message if the link is invalid.

Features

✅ Works with both Instagram and Facebook links
✅ Automatically detects the platform and processes accordingly
✅ Delivers the downloaded video directly to your Telegram chat
✅ Handles invalid or broken links gracefully
✅ Clean and modular structure — easy to extend or customize


Use Case

Perfect for social media managers, content creators, and automation enthusiasts who want a simple Telegram bot to fetch and download Reels or videos without using third-party apps or websites.

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 - video scraping

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 2 - Genrate download link

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Telegram Trigger

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

Block 4 - Link checking

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

Block 5 - If

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

Block 6 - FB API FETCHING

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

Block 7 - INSTA API FETCHING

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

Block 8 - URL FINDER

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - URL DECODER

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - DOWNLOAD INSTA VID

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

Block 11 - DOWNLOAD FB VID

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

Block 12 - SEND INSTA VIDEO

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

Block 13 - SEND FB VIDEO

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

Block 14 - INVALID URL

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

Block 15 - Send a text message

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

Block 16 - Send a text message1

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

Block 17 - Sticky Note

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

Block 18 - FB IG LINK REGEX

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Sticky Note1

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

Block 20 - Sticky Note2

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

Block 21 - Sticky Note3

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

Block 22 - Sticky Note4

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

Block 23 - Sticky Note5

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

Block 24 - Sticky Note6

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

3. Summary Table

Workflow Download Instagram & Facebook Videos/Reels with Telegram Bot
Complexity advanced
Nodes 24
Categories Social Media
Author Joy Sutradhar
Published 07 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9352/9352.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 Download Instagram & Facebook Videos/Reels with Telegram Bot do?

Instagram & Facebook Video/Reels Downloader Bot (Telegram bot) Once set up, simply send any Instagram Reel or Facebook video link to your Telegram bot, and it will automat...

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 Social Media use case.