Retrieve Deadlock Game Match Statistics and Send to Telegram — n8n Workflow

Medium complexity Trigger7 nodes🏷️ Miscellaneous👁 90 viewsby Eska

Overview

Deadlock Match Stats Bot is an automated workflow for n8n designed to send detailed player statistics from the most recent Deadlock match directly to Telegram. When the user sends the /match command to the Telegram bot, the workflow performs the following steps:

Loads the HTML content of the player's profile page from deadlocktracker.gg using a preconfigured Steam ID.

Extracts the most recent match ID using a regular expression from the embedded JavaScript data.

Loads the HTML page for the sp

Nodes used

HTTP RequestTelegram

Workflow Preview

Send Telegram Message
Fetch Profile HTML
E
Extract Match ID
Fetch Match HTML
P
Parse Players
F
Format Message
T
Telegram Trigger
7 nodes6 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a trigger trigger.

  2. 2

    Process

    Data flows through 7 nodes, connecting function, httprequest, telegram.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (7)

HT

HTTP Request

httpRequest

#1
TE

Telegram

telegram

#2

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded retrieve-deadlock-game-match-statistics-and-send-to-telegram file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Retrieve Deadlock Game Match Statistics and Send to Telegram", "nodes": [...], ...}

Integrations

functionhttprequesttelegramtelegramtrigger

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes7
Complexitymedium
Triggertrigger
Views90

Created by

Eska

Eska

@eska

Tags

functionhttprequesttelegramtelegramtrigger

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →

Related Miscellaneous Workflows