Communication & Messaging

New WooCommerce product to Slack

New WooCommerce product to Slack

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

2.08 KB
{
  "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": "48",
          "name": "WooCommerce account"
        }
      },
      "typeVersion": 1
    },
    {
      "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,
                  ...

Showing first 1000 characters. Click "Expand" to view the full JSON.