AutomationFlowsSlack & Telegram › WooCommerce New Product to Slack Notification

WooCommerce New Product to Slack Notification

Original n8n title: Get Slack Notifications When New Product Published on Woocommerce

Get Slack Notifications When New Product Published On Woocommerce. Uses slack, wooCommerceTrigger. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesSlackWoo Commerce Trigger
Slack & Telegram Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "If URL has /product/",
      "type": "n8n-nodes-base.if",
      "position": [
        640,
        300
      ],
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{$json[\"permalink\"]}}",
              "value2": "https://[add-your-url-here]/product/",
              "operation": "startsWith"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "name": "Send message to slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        920,
        260
      ],
      "parameters": {
        "text": ":new: A new product has been added! :new:",
        "channel": "newproducts",
        "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": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "On product creation",
      "type": "n8n-nodes-base.wooCommerceTrigger",
      "position": [
        460,
        300
      ],
      "parameters": {
        "event": "product.created"
      },
      "credentials": {
        "wooCommerceApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On product creation": {
      "main": [
        [
          {
            "node": "If URL has /product/",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If URL has /product/": {
      "main": [
        [
          {
            "node": "Send message to slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Get Slack Notifications When New Product Published On Woocommerce. Uses slack, wooCommerceTrigger. Event-driven trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

New WooCommerce order to Slack. Uses wooCommerceTrigger, slack. Event-driven trigger; 3 nodes.

Woo Commerce Trigger, Slack
Slack & Telegram

New WooCommerce refund to Slack. Uses wooCommerceTrigger, slack. Event-driven trigger; 3 nodes.

Woo Commerce Trigger, Slack
Slack & Telegram

New WooCommerce product to Slack. Uses wooCommerceTrigger, slack. Event-driven trigger; 2 nodes.

Woo Commerce Trigger, Slack
Slack & Telegram

This template is for teams using n8n in production who want immediate visibility into workflow failures. It’s ideal for DevOps teams, automation engineers, and operations teams who need reliable error

Error Trigger, Slack, Google Sheets
Slack & Telegram

Flow. Uses hubspotTrigger, hubspot, slack, airtable. Event-driven trigger; 7 nodes.

HubSpot Trigger, HubSpot, Slack +1