{
  "id": 80,
  "name": "New WooCommerce product to Slack",
  "nodes": [
    {
      "name": "Product Created",
      "type": "n8n-nodes-base.wooCommerceTrigger",
      "position": [
        320,
        500
      ],
      "webhookId": "267c4855-6227-4d33-867e-74600097473e",
      "parameters": {
        "event": "product.created"
      },
      "credentials": {
        "wooCommerceApi": {
          "id": "{{ $credentials.wooCommerceApi.id }}",
          "name": "WooCommerce account"
        }
      },
      "typeVersion": 1,
      "id": "44322593-b23f-4455-91e1-0ce2011ac41e",
      "notes": "This wooCommerceTrigger node performs automated tasks as part of the workflow."
    },
    {
      "name": "Send to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        540,
        500
      ],
      "parameters": {
        "text": ":new: A new product has been added! :new:",
        "channel": "woo-commerce",
        "blocksUi": {
          "blocksValues": []
        },
        "attachments": [
          {
            "color": "#66FF00",
            "fields": {
              "item": [
                {
                  "short": false,
                  "title": "Name",
                  "value": "={{$json[\"name\"]}}"
                },
                {
                  "short": true,
                  "title": "Price",
                  "value": "={{$json[\"regular_price\"]}}"
                },
                {
                  "short": true,
                  "title": "Sale Price",
                  "value": "={{$json[\"sale_price\"]}}"
                },
                {
                  "short": false,
                  "title": "Link",
                  "value": "={{$json[\"permalink\"]}}"
                }
              ]
            },
            "footer": "=Added: {{$json[\"date_created\"]}}"
          }
        ],
        "otherOptions": {}
      },
      "credentials": {
        "slackApi": {
          "id": "{{ $credentials.slackApi.id }}",
          "name": "Slack Access Token"
        }
      },
      "typeVersion": 1,
      "id": "7c125a9f-1ea1-4b02-9da7-6fef1ab2dc55",
      "notes": "This slack node performs automated tasks as part of the workflow."
    },
    {
      "id": "error-feb7e29f",
      "name": "Error Handler",
      "type": "n8n-nodes-base.stopAndError",
      "typeVersion": 1,
      "position": [
        1000,
        400
      ],
      "parameters": {
        "message": "Workflow execution error",
        "options": {}
      }
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "saveManualExecutions": true,
    "callerPolicy": "workflowsFromSameOwner",
    "errorWorkflow": null,
    "timezone": "UTC",
    "executionTimeout": 3600,
    "maxExecutions": 1000,
    "retryOnFail": true,
    "retryCount": 3,
    "retryDelay": 1000
  },
  "connections": {},
  "description": "Automated workflow: New WooCommerce product to Slack. This workflow processes data and performs automated tasks.",
  "meta": {
    "instanceId": "workflow-5255107d",
    "versionId": "1.0.0",
    "createdAt": "2025-09-29T07:08:01.615711",
    "updatedAt": "2025-09-29T07:08:01.615748",
    "owner": "n8n-user",
    "license": "MIT",
    "category": "automation",
    "status": "active",
    "priority": "high",
    "environment": "production"
  },
  "tags": [
    "automation",
    "n8n",
    "production-ready",
    "excellent",
    "optimized"
  ],
  "notes": "Excellent quality workflow: New WooCommerce product to Slack. This workflow has been optimized for production use with comprehensive error handling, security, and documentation."
}