{
  "name": "Contractor Brief Generator",
  "nodes": [
    {
      "parameters": {},
      "name": "Notion Trigger",
      "type": "n8n-nodes-base.notion",
      "typeVersion": 1,
      "position": [
        300,
        300
      ],
      "notes": "// Contractor Brief Generator \u2014 Notion Trigger: CONFIGURE: replace with your credentials. See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Airtable Pull Context",
      "type": "n8n-nodes-base.airtable",
      "typeVersion": 1,
      "position": [
        480,
        300
      ],
      "notes": "// Contractor Brief Generator \u2014 Airtable Pull Context: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "OpenAI Draft Brief",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1,
      "position": [
        660,
        300
      ],
      "notes": "// Contractor Brief Generator \u2014 OpenAI Draft Brief: See Setup PDF p.3 for customization (15 min). AI prompt is in the OpenAI node \u2014 edit tone there.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Notion Create + Slack Notify",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        840,
        300
      ],
      "notes": "// Contractor Brief Generator \u2014 Notion Create + Slack Notify: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    }
  ],
  "connections": {
    "Notion Trigger": {
      "main": [
        [
          {
            "node": "Airtable Pull Context",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable Pull Context": {
      "main": [
        [
          {
            "node": "OpenAI Draft Brief",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Draft Brief": {
      "main": [
        [
          {
            "node": "Notion Create + Slack Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a5f01c82-08df-4c57-864d-552ddee75f25",
  "meta": {
    "templateId": "contractor-brief-generator",
    "pack": "Agency Automation Starter Kit",
    "tier": "pro",
    "version": "1.0.0",
    "docs": "See Setup PDF + Loom (15-min customize guide)",
    "support": "Updates free for 6 months \u2014 n8n node changes patched"
  }
}