{
  "name": "Notify on Slack when new product is added in WooCommerce",
  "nodes": [
    {
      "id": null,
      "name": "Product Created",
      "type": "n8n-nodes-base.wooCommerceTrigger",
      "position": [
        320,
        500
      ]
    },
    {
      "id": null,
      "name": "Send to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        540,
        500
      ]
    }
  ],
  "connections": {
    "Product Created": {
      "main": [
        [
          {
            "node": "Send to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}