{
  "name": "Send new WooCommerce product notifications to Slack, Gmail and Google Sheets",
  "nodes": [
    {
      "id": "fd3f411c-f5b9-42ea-809b-9824ab16a07c",
      "name": "WooCommerce – New Product Created",
      "type": "n8n-nodes-base.wooCommerceTrigger",
      "position": [
        384,
        352
      ]
    },
    {
      "id": "7f515193-cbd0-4a76-8a04-7f32f73610da",
      "name": "Format Product Details",
      "type": "n8n-nodes-base.set",
      "position": [
        592,
        352
      ]
    },
    {
      "id": "67cb14fa-7f77-40d8-9c77-a9e0eae1a6ef",
      "name": "Notify Team on Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        832,
        352
      ]
    },
    {
      "id": "a4203358-3d38-4f86-b4d7-851310d74d73",
      "name": "Send Product Launch Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1056,
        352
      ]
    },
    {
      "id": "b10d432d-b850-4540-a00f-878cfe102a3f",
      "name": "Log Product in Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1312,
        352
      ]
    },
    {
      "id": "335693ad-bc49-414f-9ed0-f762bd4cf6e5",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        160
      ],
      "parameters": {
        "width": 628,
        "height": 436,
        "content": "## Retail – New Product Drop Notifications\n\n### Purpose\nAutomatically notify teams and log records when a new product is created in WooCommerce, ensuring consistent communication without manual effort"
      }
    },
    {
      "id": "3759deb5-221f-4e00-bc91-0c206c1087a1",
      "name": "Trigger & Data Prep",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        192
      ],
      "parameters": {
        "width": 412,
        "height": 356,
        "content": "### Trigger & Data Preparation\nDetects newly created products in WooCommerce using the WooCommerce Trigger and prepares a standardized product data object in the Set node for reuse across the workflow"
      }
    },
    {
      "id": "8537cb43-8556-44d9-8597-31594f28f74e",
      "name": "Notifications",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        784,
        192
      ],
      "parameters": {
        "width": 412,
        "height": 356,
        "content": "### Notifications\nSends Slack and email notifications to announce new product creations using the prepared product data.\n"
      }
    },
    {
      "id": "8e4eeab1-dc43-46a5-862f-fae7a0675ca6",
      "name": "Logging",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1232,
        192
      ],
      "parameters": {
        "width": 348,
        "height": 356,
        "content": "### Logging\nStores product details and creation timestamps in Google Sheets for tracking and reference.\n"
      }
    }
  ],
  "connections": {
    "Notify Team on Slack": {
      "main": [
        [
          {
            "node": "Send Product Launch Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Product Details": {
      "main": [
        [
          {
            "node": "Notify Team on Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Product Launch Email": {
      "main": [
        [
          {
            "node": "Log Product in Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WooCommerce – New Product Created": {
      "main": [
        [
          {
            "node": "Format Product Details",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}