The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Sleeper - Trending Adds With Attribution",
"nodes": [
{
"parameters": {},
"id": "a331db3c-21ed-4685-b052-1ed9a0697a21",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "player",
"operation": "getTrending",
"sport": "nfl",
"trendType": "add",
"lookbackHours": 24,
"resultLimit": 5
},
"id": "abf62f59-6fb9-4c47-bbb8-b780217ee222",
"name": "Get Trending Adds",
"type": "n8n-nodes-sleeper.sleeper",
"typeVersion": 1,
"position": [
260,
0
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "5a83b659-74bd-4927-af3f-ff84b9df8523",
"name": "attribution",
"value": "Data from Sleeper",
"type": "string"
}
]
},
"includeOtherFields": true,
"options": {}
},
"id": "868f8a4b-18e5-47bf-a2be-fb2df8ebc124",
"name": "Add Sleeper Attribution",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
520,
0
]
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Get Trending Adds",
"type": "main",
"index": 0
}
]
]
},
"Get Trending Adds": {
"main": [
[
{
"node": "Add Sleeper Attribution",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Sleeper - Trending Adds With Attribution. Uses n8n-nodes-sleeper. Event-driven trigger; 3 nodes.
Source: https://github.com/christopherjnelson/n8n-nodes-sleeper/blob/main/examples/get-trending-players.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This automated workflow streamlines the process of responding to leads who submit a Google Form. It instantly sends a personalized confirmation email to the lead and notifies your internal team with t
LeadInboxTriageBot_GT. Uses gmailTrigger. Event-driven trigger; 6 nodes.
Get analytics of a website and store it Airtable. Uses manualTrigger, googleAnalytics, airtable. Event-driven trigger; 4 nodes.
Delete Instantly.ai Leads. Uses httpRequest. Event-driven trigger; 4 nodes.
Context 5 — Lead / Company Enrichment (Crunchbase). Uses n8n-nodes-apexapi. Event-driven trigger; 4 nodes.