{
  "name": "Content Repurposing Trigger",
  "nodes": [
    {
      "parameters": {},
      "name": "Notion Trigger",
      "type": "n8n-nodes-base.notion",
      "typeVersion": 1,
      "position": [
        300,
        300
      ],
      "notes": "// Content Repurposing Trigger \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": "OpenAI (thread + email)",
      "type": "n8n-nodes-base.openAi",
      "typeVersion": 1,
      "position": [
        480,
        300
      ],
      "notes": "// Content Repurposing Trigger \u2014 OpenAI (thread + email): See Setup PDF p.3 for customization (15 min). AI prompt is in the OpenAI node \u2014 edit tone there.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Slack Approval",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        660,
        300
      ],
      "notes": "// Content Repurposing Trigger \u2014 Slack Approval: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    },
    {
      "parameters": {},
      "name": "Gmail/Slack Post",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        840,
        300
      ],
      "notes": "// Content Repurposing Trigger \u2014 Gmail/Slack Post: See Setup PDF p.3 for customization (15 min). Branch handles error \u2192 continues safely.",
      "notesInFlow": true
    }
  ],
  "connections": {
    "Notion Trigger": {
      "main": [
        [
          {
            "node": "OpenAI (thread + email)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI (thread + email)": {
      "main": [
        [
          {
            "node": "Slack Approval",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Slack Approval": {
      "main": [
        [
          {
            "node": "Gmail/Slack Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "ee05b478-08f8-4be9-a04e-5d377d987063",
  "meta": {
    "templateId": "content-repurposing-trigger",
    "pack": "Agency Automation Starter Kit",
    "tier": "core",
    "version": "1.0.0",
    "docs": "See Setup PDF + Loom (15-min customize guide)",
    "support": "Updates free for 6 months \u2014 n8n node changes patched"
  }
}