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 →
{
"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": []
}
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.
wooCommerceApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
sms_tpbank. Uses wooCommerce. Webhook trigger; 4 nodes.
Source: https://github.com/utnautiub/HTTT2_GROUP_3_QTHTTT/blob/a271a28c2472040a186b85e665a707f5eede3fff/n8n/Get_sms_banking.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Stop paying for expensive plugins to recover your valuable revenue from abandoned carts on your WooCommerce store When a product is added to a user's cart on your store, it fetches the cart contents v
This workflow automatically monitors WooCommerce orders, evaluates them for fraud using multiple checks (address mismatch, high-value orders, suspicious emails, admin orders), calculates a fraud score
Shopify Order Data to Airtable
This workflow provides a robust, end-to-end automated pipeline for managing e-commerce orders. It bridges the gap between your storefront and your fulfillment team by handling inventory validation, mu