n8n-nodes-telegram-archive

April 25, 2026 · View on GitHub

n8n-nodes-telegram-archive banner

codecov

n8n-nodes-telegram-archive

This is an n8n community node package for Telegram-Archive — query archived Telegram chats, messages, and statistics from your self-hosted instance.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Credentials

Configure the Telegram Archive API credential with:

  • URL — Base URL of your Telegram-Archive instance (default: http://localhost:8000)
  • Username — Login username (leave empty if authentication is disabled)
  • Password — Login password (leave empty if authentication is disabled)

The node uses Telegram-Archive's session cookie authentication (POST /api/login). If the instance has authentication disabled (no VIEWER_USERNAME/VIEWER_PASSWORD env vars), leave the credential fields empty.

Nodes

Telegram Archive

Regular node with the following resources and operations:

ResourceOperationDescription
ChatListList all archived chats
ChatGet StatsGet statistics for a specific chat
ChatGet TopicsGet topics for a specific chat
ChatExportExport a chat
MessageListList messages (with limit, offset, search)
MessageGet by DateGet messages for a specific date
MessageGet PinnedGet pinned messages in a chat
StatsGet GlobalGet global archive statistics
StatsRefreshTrigger a statistics refresh
FolderListList all folders
ArchiveGet CountGet the total archived message count

Telegram Archive Trigger

Polling trigger that detects new messages by comparing total message counts via the stats endpoint. Optionally filter to a specific chat.

Other n8n Community Nodes by GeiserX

ProjectDescription
Telegram-ArchiveAutomated, incremental Telegram backups with a local web viewer
telegram-delay-channel-clonerTelegram bot that relays messages between channels with configurable delay
telegram-slskd-local-botAutomated music discovery and download via Telegram bot with Soulseek
paperless-telegram-botManage Paperless-NGX documents entirely through Telegram
telegram-archive-mcpMCP Server for Telegram-Archive

License

MIT