AutomationFlowsAI & RAG › Generate Draftkings Dfs Lineups with Gpt-4o, Google Sheets, Email and Slack…

Generate Draftkings Dfs Lineups with Gpt-4o, Google Sheets, Email and Slack…

Original n8n title: Generate Draftkings Dfs Lineups with Gpt-4o, Google Sheets, Email and Slack Alerts

ByHyrum Hurst @hyrum-hurst on n8n.io

This template is perfect for daily fantasy sports (DFS) enthusiasts, sports analysts, and content creators who want automated, AI-optimized lineups for DraftKings contests. Works for multiple sports including NFL, NBA, MLB, NHL, and esports like LOL and CS.

Cron / scheduled trigger★★★★☆ complexityAI-powered20 nodesHTTP RequestOpenAI ChatAgentGoogle SheetsEmail SendSlack
AI & RAG Trigger: Cron / scheduled Nodes: 20 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #12928 — we link there as the canonical source.

This workflow follows the Agent → Emailsend recipe pattern — see all workflows that pair these two integrations.

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 →

Download .json
{
  "id": "8S4yygIFPFpllcGd",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "Daily DFS Player Snapshot",
  "tags": [],
  "nodes": [
    {
      "id": "08f970e6-d53b-474a-8473-8bb4ba41e383",
      "name": "Daily DFS Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -192,
        616
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "ce8b9528-a620-40d0-9d2a-6f33d021eaab",
      "name": "Workflow Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        32,
        616
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "08f82169-2312-4bec-92de-e3a28b59d2e3",
      "name": "DraftKings Contest Scraper",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        288,
        608
      ],
      "parameters": {},
      "typeVersion": 4.3
    },
    {
      "id": "7ed53c16-4b17-47ea-b682-36a8055de734",
      "name": "Normalize Contest Data",
      "type": "n8n-nodes-base.set",
      "position": [
        480,
        616
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "a638e7b1-05a2-4f2d-b2d6-90f697b902fe",
      "name": "Contest Filter: Entry Fee & Prize Pool",
      "type": "n8n-nodes-base.if",
      "position": [
        704,
        616
      ],
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "d05ce4dc-7965-445a-a30c-43a85fa67e9c",
      "name": "Contest Filter: Start Time",
      "type": "n8n-nodes-base.if",
      "position": [
        928,
        544
      ],
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "c178ab68-6ffd-4bdf-853d-02013b291edc",
      "name": "Fetch Player Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1152,
        496
      ],
      "parameters": {},
      "typeVersion": 4.3
    },
    {
      "id": "2580e714-6248-4c35-bc0b-d9f6f105382c",
      "name": "Normalize Player Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1376,
        496
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "162b464b-94d9-44ad-91ca-9a283a9ff569",
      "name": "Calculate Player Value",
      "type": "n8n-nodes-base.code",
      "position": [
        1600,
        496
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "1c8b5eaf-3da5-48ae-bcd6-253e6a6eaa03",
      "name": "OpenAI GPT-4",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1896,
        720
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "bb7a65ce-7f0d-44a2-ab78-027205dbd46a",
      "name": "AI Lineup Generator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1824,
        496
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "e2175327-c305-4d3a-9f29-e50d3b5048ce",
      "name": "Log Lineups to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2176,
        496
      ],
      "parameters": {},
      "typeVersion": 4.7
    },
    {
      "id": "a7102c0d-6c49-4423-b3bb-d3e902ef45dc",
      "name": "Email Lineups to Subscribers",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2400,
        496
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "59a5009f-e2ce-42ae-b9d8-996f133895ac",
      "name": "Notify Team on Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        2624,
        496
      ],
      "parameters": {},
      "typeVersion": 2.4
    },
    {
      "id": "22c49bdc-ccc1-409c-b5ed-2a522d477c12",
      "name": "Log Skipped Contests",
      "type": "n8n-nodes-base.set",
      "position": [
        1152,
        712
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "2514fb0c-8374-437f-bfb8-e0d2456484f5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        432
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b369cdc1-2f92-4a64-9175-403395970edb",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        256,
        432
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "6376fa34-db29-4307-9e16-fc17cb55ca8b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1568,
        432
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "43f2ff0f-93c1-42fd-ba36-2754c4773c43",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2144,
        432
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "65c69ad7-afa3-4faf-9a52-039f655891bd",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -528,
        448
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "0475f5db-955c-43b9-89ef-99442ade7b16",
  "connections": {
    "OpenAI GPT-4": {
      "ai_languageModel": [
        [
          {
            "node": "AI Lineup Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Player Data": {
      "main": [
        [
          {
            "node": "Normalize Player Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily DFS Schedule": {
      "main": [
        [
          {
            "node": "Workflow Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Lineup Generator": {
      "main": [
        [
          {
            "node": "Log Lineups to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Normalize Player Data": {
      "main": [
        [
          {
            "node": "Calculate Player Value",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Player Value": {
      "main": [
        [
          {
            "node": "AI Lineup Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Normalize Contest Data": {
      "main": [
        [
          {
            "node": "Contest Filter: Entry Fee & Prize Pool",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Workflow Configuration": {
      "main": [
        [
          {
            "node": "DraftKings Contest Scraper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Contest Filter: Start Time": {
      "main": [
        [
          {
            "node": "Fetch Player Data",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Log Skipped Contests",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "DraftKings Contest Scraper": {
      "main": [
        [
          {
            "node": "Normalize Contest Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Lineups to Subscribers": {
      "main": [
        [
          {
            "node": "Notify Team on Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log Lineups to Google Sheets": {
      "main": [
        [
          {
            "node": "Email Lineups to Subscribers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Contest Filter: Entry Fee & Prize Pool": {
      "main": [
        [
          {
            "node": "Contest Filter: Start Time",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Log Skipped Contests",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This template is perfect for daily fantasy sports (DFS) enthusiasts, sports analysts, and content creators who want automated, AI-optimized lineups for DraftKings contests. Works for multiple sports including NFL, NBA, MLB, NHL, and esports like LOL and CS.

Source: https://n8n.io/workflows/12928/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

This workflow automates comprehensive risk signal detection and regulatory compliance management across financial and claims data sources. Designed for risk management teams, compliance officers, and

HTTP Request, Agent, OpenAI Chat +5
AI & RAG

This n8n workflow orchestrates a powerful suite of AI Agents and automations to manage and optimize various aspects of an e-commerce operation, particularly for platforms like Shopify. It leverages La

Google Sheets, HTTP Request, Slack +10
AI & RAG

Created by: Peyton Leveillee Last updated: October 2025

OpenAI Chat, Google Sheets, HTTP Request +5
AI & RAG

Marketing, content, and enablement teams that need a quick, human-readable summary of every new video published by the YouTube channels they care about—without leaving Slack.

HTTP Request, Google Sheets, XML +7
AI & RAG

This workflow automates end-to-end carbon emissions monitoring, strategy optimisation, and ESG reporting using a multi-agent AI supervisor architecture in n8n. Designed for sustainability managers, ES

Agent, OpenAI Chat, Output Parser Structured +10