Quick overview
This workflow runs daily and pulls top trending fantasy football player adds and drops from Sleeper, enriches player IDs with the active player map, and posts a two-embed digest to a Discord channel via a webhook.
How it works
- Runs on a daily schedule at 9:00 AM (or can be started manually for testing).
- Fetches the top 10 trending player adds from the Sleeper API.
- Fetches the top 10 trending player drops from the Sleeper API.
- Retrieves Sleeper’s active player map to convert player IDs into readable names and details.
- Builds a Discord-ready digest with ranked add/drop lists, safe formatting to avoid accidental @mentions, and a generated timestamp.
- Sends one Discord webhook message containing two embeds (Trending Adds and Trending Drops) with notifications suppressed.
Setup
- Install the community node package
n8n-nodes-sleeper in your n8n instance.
- Create a Discord incoming webhook for your target channel and add a Discord Webhook API credential in n8n using that webhook URL.
- Select that Discord webhook credential in the Discord send step and adjust the schedule time/cron expression if needed for your timezone.