Retrieve Deadlock Game Match Statistics and Send to Telegram — n8n Workflow
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
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 7 nodes, connecting function, httprequest, telegram.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (7)
HTTP Request
httpRequest
Telegram
telegram
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
retrieve-deadlock-game-match-statistics-and-send-to-telegramfile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Eska
@eska
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →