{
  "name": "Meeting Notes → Action Items",
  "description": "Paste meeting notes (or route a transcript in) and get assigned, dated action items pushed to your task table.",
  "type": "GROWAIFY_SAMPLE",
  "notice": "Public preview — 2 of 5 nodes, connections removed. The full, working workflow is delivered after purchase at https://growaify.com/templates/",
  "nodes_total_in_full_version": 5,
  "category": "Operations",
  "price_usd": 29,
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "growaify-notes",
        "responseMode": "lastNode",
        "options": {}
      },
      "name": "Notes Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        -420,
        0
      ],
      "id": "h000001-0000-4000-8000-000000000001"
    },
    {
      "parameters": {
        "resource": "text",
        "operation": "message",
        "model": "gpt-4o-mini",
        "messages": {
          "values": [
            {
              "role": "system",
              "content": "Extract action items. Reply with strict JSON only: {\"summary\":\"\",\"actions\":[{\"task\":\"\",\"owner\":\"\",\"due\":\"YYYY-MM-DD or null\",\"priority\":\"low|normal|high\"}]}"
            },
            {
              "role": "user",
              "content": "={{ $json.body.notes }}"
            }
          ]
        },
        "options": {}
      },
      "name": "Extract Actions with AI",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1.8,
      "position": [
        -200,
        0
      ],
      "id": "h000002-0000-4000-8000-000000000002",
      "credentials": {
        "openAiApi": {
          "id": "REPLACE_WITH_YOUR_OPENAI_CRED",
          "name": "OpenAI"
        }
      }
    }
  ],
  "connections": {},
  "meta": {
    "growaify_template": "meeting-actions",
    "sample": true,
    "buy": "https://growaify.com/templates/"
  }
}