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 - Get NFL State",
"nodes": [
{
"parameters": {},
"id": "bf4b0dad-b1af-43dc-9329-c884bc8fc401",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "sport",
"operation": "getState",
"sport": "nfl"
},
"id": "e1b1bf8c-3610-4d85-aa62-56b5f3074a02",
"name": "Get NFL State",
"type": "n8n-nodes-sleeper.sleeper",
"typeVersion": 1,
"position": [
240,
0
]
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Get NFL State",
"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 - Get NFL State. Uses n8n-nodes-sleeper. Event-driven trigger; 2 nodes.
Source: https://github.com/christopherjnelson/n8n-nodes-sleeper/blob/main/examples/get-nfl-state.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.
Sleeper - Resolve User and Retrieve Leagues. Uses n8n-nodes-sleeper. Event-driven trigger; 4 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.
Manual Stickynote. Uses graphql, manualTrigger, stickyNote. Event-driven trigger; 7 nodes.