Communication & Messaging

New WooCommerce refund to Slack

New WooCommerce refund to Slack

Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

2.8 KB
{
  "id": 82,
  "name": "New WooCommerce refund to Slack",
  "nodes": [
    {
      "name": "Order Updated",
      "type": "n8n-nodes-base.wooCommerceTrigger",
      "position": [
        320,
        500
      ],
      "webhookId": "f7736be3-e978-4a17-b936-7ce9f8ccdb72",
      "parameters": {
        "event": "order.updated"
      },
      "credentials": {
        "wooCommerceApi": {
          "id": "48",
          "name": "WooCommerce account"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "If Refund and Over 100",
      "type": "n8n-nodes-base.if",
      "position": [
        540,
        500
      ],
      "parameters": {
        "conditions": {
          "number": [
            {
              "value1": "={{$json[\"total\"]}}",
              "value2": 100,
              "operation": "largerEqual"
            }
          ],
          "string": [
            {
              "value1": "={{$json[\"status\"]}}",
              "value2": "refunded"
            }
   ...

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