{
  "name": "Etsy \u2014 new order to Slack",
  "nodes": [
    {
      "parameters": {
        "event": "newOrder",
        "shopId": ""
      },
      "id": "5f0c1b7e-2a11-4c34-9f01-0a1b2c3d4e5f",
      "name": "New Etsy order",
      "type": "@mesutkisi11/n8n-nodes-etsy.etsyTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "pollTimes": {
        "item": [
          {
            "mode": "everyMinute"
          }
        ]
      }
    },
    {
      "parameters": {
        "select": "channel",
        "text": "=New Etsy order #{{ $json.receipt_id }} \u2014 {{ $json.name }} paid {{ $json.grandtotal.amount / $json.grandtotal.divisor }} {{ $json.grandtotal.currency_code }}",
        "otherOptions": {}
      },
      "id": "6a1d2c8f-3b22-4d45-8e12-1b2c3d4e5f60",
      "name": "Post to Slack",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 2.2,
      "position": [
        220,
        0
      ]
    }
  ],
  "connections": {
    "New Etsy order": {
      "main": [
        [
          {
            "node": "Post to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}