workflows.fit
Back to n8n workflows
n8n templateFreeBy Patrick Jennings

Retrieve & share NFL Fantasy Football draft results from Sleeper to Telegram

Sleeper NFL Draft Results to Telegram Easily retrieve and send your Sleeper fantasy football draft picks to Telegram with this plug-and-play n8n workflow template. --- What This Workflow Does This workflow allows you ...

DevelopmentCore NodesCommunicationHITLSticky NoteCodeHttp RequestTelegram
Loading interactive preview...

Template notes

Sleeper NFL Draft Results to Telegram

Easily retrieve and send your Sleeper fantasy football draft picks to Telegram with this plug-and-play n8n workflow template.

---

What This Workflow Does

This workflow allows you to: - Accept a /team {username} command via Telegram - Use the Sleeper API to: - Get the user’s ID from their username - Find the most recent NFL draft associated with that user - Fetch all the picks made in that draft - Filter only the picks made by that user - Format the data into a readable message - Send back a Telegram message with full pick results including: - Round, draft slot, overall pick - Player name, position, and team

---

Requirements

- Sleeper Fantasy Football account with at least one completed draft - Telegram Bot created via [BotFather](https://t.me/BotFather) - n8n instance with: - Telegram Trigger credentials set up - Access to external HTTP requests (Sleeper API)