{
  "name": "sms_tpbank",
  "nodes": [
    {
      "parameters": {
        "jsCode": "const output = [];\n\nfor (const item of $input.all()) {\n    const content = item.json.body.content;\n    const tienChuyenKhoanMatch = content.match(/PS:\\+?(\\d+\\.\\d+)VND/);\n    const tienChuyenKhoan = tienChuyenKhoanMatch ? tienChuyenKhoanMatch[1] : null;\n    const noiDungChuyenKhoanMatch = content.match(/QRWEB(\\d+)/);\n    const noiDungChuyenKhoan = noiDungChuyenKhoanMatch ? noiDungChuyenKhoanMatch[1] : null;\n    output.push({\n        json: {\n            tien_nhan_chuyen_khoan: tienChuyenKhoan,\n            noi_dung_chuyen_khoan: noiDungChuyenKhoan\n        }\n    });\n}\n\nreturn output;\n"
      },
      "id": "fdd2fd82-d6c0-4013-9a56-3a5fac603c76",
      "name": "X\u1eed l\u00fd: N\u1ed9i dung, Ti\u1ec1n chuy\u1ec3n kho\u1ea3n",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        1040,
        420
      ]
    },
    {
      "parameters": {
        "resource": "order",
        "operation": "update",
        "orderId": "={{ $json.noi_dung_chuyen_khoan }}",
        "updateFields": {
          "status": "processing"
        },
        "billingUi": {},
        "couponLinesUi": {},
        "feeLinesUi": {},
        "lineItemsUi": {},
        "metadataUi": {},
        "shippingUi": {},
        "shippingLinesUi": {}
      },
      "id": "eb46d1ab-e4e3-437d-bc3a-8e268acd364e",
      "name": "WooCommerce",
      "type": "n8n-nodes-base.wooCommerce",
      "typeVersion": 1,
      "position": [
        1240,
        420
      ],
      "credentials": {
        "wooCommerceApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "sms-tpbank",
        "options": {}
      },
      "id": "106f4fd1-94ed-4374-99f8-bc572aaff1ff",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        840,
        420
      ]
    },
    {
      "parameters": {
        "content": "Nh\u1eadn sms chuy\u1ec3n kho\u1ea3n v\u00e0 c\u1eadp nh\u1eadt tr\u1ea1ng th\u00e1i \u0111\u01a1n h\u00e0ng",
        "height": 294.5797394350565,
        "width": 738.8669684408021
      },
      "id": "097c891e-a00c-47ec-a661-e6966e46122c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        720,
        340
      ]
    }
  ],
  "connections": {
    "X\u1eed l\u00fd: N\u1ed9i dung, Ti\u1ec1n chuy\u1ec3n kho\u1ea3n": {
      "main": [
        [
          {
            "node": "WooCommerce",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "X\u1eed l\u00fd: N\u1ed9i dung, Ti\u1ec1n chuy\u1ec3n kho\u1ea3n",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "6071e78c-24db-4f9c-985e-f338d88c8f92",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "G0jT6FJiPHiRYrF8",
  "tags": []
}