AutomationFlowsAI & RAG › AI-Powered Daily Scrum via Webhook

AI-Powered Daily Scrum via Webhook

Original n8n title: Daily Scrum

daily-scrum. Uses openAi. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexityAI-powered3 nodesOpenAI
AI & RAG Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ AI nodes: yes Added:

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
{
  "name": "daily-scrum",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "standup",
        "responseMode": "responseNode",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        0,
        0
      ],
      "id": "97bd148b-e267-491c-ad10-b59b36b62b26",
      "name": "Webhook"
    },
    {
      "parameters": {
        "modelId": {
          "__rl": true,
          "value": "gpt-4o-mini",
          "mode": "list",
          "cachedResultName": "GPT-4O-MINI"
        },
        "responses": {
          "values": [
            {
              "content": "=You are a Scrum Master assistant. Summarize this daily standup update clearly and highlight any blockers.\n\nYesterday: {{ $json.body.yesterday }}\nToday: {{ $json.body.today }}\nBlockers: {{ $json.body.blockers }}"
            }
          ]
        },
        "builtInTools": {},
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "typeVersion": 2.1,
      "position": [
        208,
        0
      ],
      "id": "d288a3ab-87f8-4853-8854-4bce909068e8",
      "name": "Message a model",
      "credentials": {
        "openAiApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "respondWith": "text",
        "responseBody": "={{ $json.output[0].content[0].text }}",
        "options": {}
      },
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.5,
      "position": [
        560,
        0
      ],
      "id": "2bb5fe16-33f1-49c8-9108-662ebf7287db",
      "name": "Respond to Webhook"
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate",
    "availableInMCP": false
  },
  "versionId": "da8d3e64-9980-463f-a5d0-f3c6c3068bcb",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "5lYjcWYJSIRtPF5N",
  "tags": [
    {
      "name": "daily-meeting",
      "id": "17QQxD5Awh6YcXdG",
      "updatedAt": "2026-04-11T21:54:10.821Z",
      "createdAt": "2026-04-11T21:54:10.821Z"
    }
  ]
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

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

About this workflow

daily-scrum. Uses openAi. Webhook trigger; 3 nodes.

Source: https://github.com/emilioCode/scrum-bot-n8n/blob/51fc37a85d4b8a9030da07d6f98dbd9b8c321880/flows/daily-scrum.json — 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

Image Generation API. Uses respondToWebhook, stickyNote, openAi. Webhook trigger; 7 nodes.

OpenAI
AI & RAG

scrum-master-bot. Uses openAi. Webhook trigger; 7 nodes.

OpenAI
AI & RAG

• Webhook → urlscan.io → GPT-4o mini → Gmail • Payload example: • urlscan.io returns a Scan ID and raw JSON. • AI node classifies the scan as malicious / suspicious / benign, assigns a 1-10 risk score

Url Scan Io, Gmail, OpenAI
AI & RAG

Brand Finder and Contacter. Uses openAi, respond, gmail. Webhook trigger; 7 nodes.

OpenAI, Respond, Gmail
AI & RAG

Generate audio from text using OpenAI - text-to-speech Workflow. Uses respondToWebhook, stickyNote, openAi. Webhook trigger; 5 nodes.

OpenAI