{"id":18989,"date":"2026-04-28T21:57:17","date_gmt":"2026-04-28T14:57:17","guid":{"rendered":"https:\/\/beup.space\/?page_id=18989"},"modified":"2026-05-11T19:57:36","modified_gmt":"2026-05-11T12:57:36","slug":"flow","status":"publish","type":"page","link":"https:\/\/beup.space\/en\/flow\/","title":{"rendered":"BEUP Flow \u2014 Pre-built n8n workflows for businesses"},"content":{"rendered":"<style>body.page-id-18989 .beup-ft-cta{display:none!important;} body.page-id-18989 .page-title{display:none!important;}<\/style>\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:wght@400;500;600&display=swap');\n\n:root {\n  --ink-900: #0A0A0A; --ink-800: #1A1A1A; --ink-700: #2B2B2B;\n  --ink-500: #6B6B6B; --ink-400: #8E8E8E; --ink-300: #CFCFCF;\n  --ink-200: #E4E1DA; --ink-100: #EFECE5;\n  --cream-50: #FAF7F1; --cream-100: #F2ECE0;\n  --paper: #FFFFFF;\n  --teal-900: #083E3E; --teal-700: #0F5E5E; --teal-500: #1A8A8A; --teal-100: #D6EBEB;\n  --gold-500: #B8873A; --gold-100: #F1E4C6;\n  --sp1:4px; --sp2:8px; --sp3:12px; --sp4:16px; --sp5:24px;\n  --sp6:32px; --sp7:48px; --sp8:64px; --sp9:96px;\n  --r-md:6px; --r-lg:12px; --r-pill:999px;\n  --lift-md: 0 12px 32px -16px rgba(10,10,10,.12);\n  --dur: 180ms; --ease: cubic-bezier(.2,.7,.2,1);\n  --font-d: 'Fraunces', Georgia, 'Times New Roman', serif;\n  --font-b: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n  --font-m: 'JetBrains Mono', 'SF Mono', Menlo, monospace;\n}\n\n.flw { font-family: var(--font-b); color: var(--ink-700); max-width: 1200px; margin: 0 auto; padding: 0 var(--sp5) var(--sp9); }\n\n\/* shimmer *\/\n.flw-bar { height: 3px; width: 100%; background: linear-gradient(90deg, var(--teal-900) 0%, var(--teal-500) 30%, var(--teal-100) 50%, var(--teal-500) 70%, var(--teal-900) 100%); background-size: 200% 100%; animation: flwbar 4s ease-in-out infinite; margin-bottom: var(--sp9); }\n@keyframes flwbar { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }\n@media(prefers-reduced-motion:reduce){.flw-bar{animation:none}}\n\n\/* eyebrow *\/\n.eyebrow { font-family: var(--font-b); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-400); margin: 0 0 var(--sp3); }\n\n\/* hero *\/\n.flw-hero { padding: var(--sp7) 0 var(--sp8); }\n.flw-hero p.eyebrow { color: var(--ink-500); }\n.flw-h1 { font-variation-settings: \"opsz\" 144, \"SOFT\" 30, \"WONK\" 0; font-size: clamp(38px, 4.5vw + 1rem, 56px); font-weight: 500; letter-spacing: -.02em; line-height: 1.08; color: var(--ink-900); margin: 0 0 var(--sp5); max-width: 16ch; }\n.flw-lede { font-size: 18px; line-height: 1.65; color: var(--ink-500); max-width: 56ch; margin: 0 0 var(--sp6); }\n.flw-lede strong { color: var(--ink-900); font-weight: 500; }\n\n\/* buttons \u2014 colors set inline to beat WP theme overrides *\/\n.btn { display: inline-flex; align-items: center; gap: var(--sp2); padding: 14px 22px; font-family: var(--font-b); font-size: 16px; font-weight: 600; line-height: 1; border-radius: var(--r-md); text-decoration: none !important; border: 1px solid transparent; cursor: pointer; transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease); }\n.btn:hover { text-decoration: none !important; }\n\n\/* badge *\/\n.badge { display: inline-flex; align-items: center; padding: 5px 11px; font-family: var(--font-b); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; border-radius: var(--r-pill); border: 1px solid var(--ink-300); background: var(--paper); }\n\n\/* featured card *\/\n.flw-featured-wrap { margin-bottom: var(--sp8); }\n.flw-section-label { margin-bottom: var(--sp5); }\n.flw-featured { background: var(--paper); border: 1px solid var(--ink-200); border-radius: var(--r-lg); padding: var(--sp7); transition: box-shadow var(--dur) var(--ease); position: relative; overflow: hidden; }\n.flw-featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--teal-700) 0%, var(--teal-500) 50%, var(--teal-700) 100%); }\n.flw-featured:hover { box-shadow: var(--lift-md); }\n.flw-featured-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--sp7); align-items: start; }\n.flw-mono { font-family: var(--font-m); font-size: 11px; color: var(--teal-700); letter-spacing: .06em; margin: 0 0 var(--sp3); }\n.flw-h3 { font-variation-settings: \"opsz\" 144, \"SOFT\" 30, \"WONK\" 0; font-size: 30px; font-weight: 500; line-height: 1.15; color: var(--ink-900); margin: var(--sp4) 0 var(--sp4); letter-spacing: -.01em; }\n.flw-desc { font-size: 15px; color: var(--ink-500); line-height: 1.65; max-width: 46ch; margin: 0 0 var(--sp5); }\n.flw-price { font-family: var(--font-m); font-size: 22px; font-weight: 500; color: var(--ink-900); letter-spacing: -.02em; margin: 0 0 var(--sp2); }\n.flw-price-note { font-size: 13px; color: var(--ink-400); margin: 0 0 var(--sp6); }\n.flw-flows { list-style: none; padding: 0; margin: 0; }\n.flw-flows li { padding: var(--sp4) 0; border-top: 1px solid var(--ink-200); font-size: 14px; color: var(--ink-700); display: flex; align-items: baseline; gap: var(--sp4); line-height: 1.55; }\n.flw-flows li:last-child { border-bottom: 1px solid var(--ink-200); }\n.flw-code { font-family: var(--font-m); font-size: 11px; color: var(--teal-700); flex-shrink: 0; width: 56px; letter-spacing: .04em; }\n\n\/* roadmap *\/\n.flw-roadmap { margin-bottom: var(--sp8); }\n.flw-roadmap-h2 { font-variation-settings: \"opsz\" 144, \"SOFT\" 30, \"WONK\" 0; font-size: 28px; font-weight: 500; color: var(--ink-900); margin: 0 0 var(--sp3); letter-spacing: -.01em; }\n.flw-roadmap-sub { font-size: 15px; color: var(--ink-500); margin: 0 0 var(--sp6); max-width: 52ch; }\n.flw-upcoming-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp5); }\n\n\/* upcoming card \u2014 premium, readable, clearly secondary *\/\n.flw-upcoming { background: var(--paper); border: 1px solid var(--ink-200); border-radius: var(--r-lg); padding: var(--sp6); position: relative; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }\n.flw-upcoming:hover { border-color: var(--ink-300); box-shadow: var(--lift-md); }\n.flw-upcoming-head { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--sp4); margin-bottom: var(--sp3); }\n.flw-upcoming-name { font-variation-settings: \"opsz\" 144, \"SOFT\" 30, \"WONK\" 0; font-family: var(--font-d); font-size: 22px; font-weight: 500; color: var(--ink-900); line-height: 1.2; letter-spacing: -.01em; margin: 0; }\n.flw-upcoming-desc { font-size: 14px; color: var(--ink-500); margin: 0; line-height: 1.6; }\n.flw-upcoming-meta { display: flex; align-items: center; gap: var(--sp3); margin-top: var(--sp4); padding-top: var(--sp4); border-top: 1px solid var(--ink-200); font-size: 12px; color: var(--ink-400); }\n.flw-upcoming-meta-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); display: inline-block; }\n\n\/* dark section *\/\n.flw-dark { background: var(--ink-900); border-radius: var(--r-lg); padding: var(--sp9) var(--sp8); color: var(--cream-50); display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp8); align-items: start; }\n.flw-dark-h2 { font-variation-settings: \"opsz\" 144, \"SOFT\" 30, \"WONK\" 0; font-size: clamp(28px, 2.5vw + .5rem, 36px); font-weight: 500; line-height: 1.1; color: var(--cream-50); margin: 0 0 var(--sp6); letter-spacing: -.01em; }\n.flw-dark-eyebrow { color: rgba(250,247,241,.4); }\n.flw-features { list-style: none; padding: 0; margin: 0 0 var(--sp6); }\n.flw-features li { padding: var(--sp4) 0; border-top: 1px solid rgba(250,247,241,.1); font-size: 15px; color: rgba(250,247,241,.75); line-height: 1.55; }\n.flw-features li:last-child { border-bottom: 1px solid rgba(250,247,241,.1); }\n.flw-features strong { color: var(--cream-50); font-weight: 600; }\n.flw-dark-note { font-size: 13px; color: rgba(250,247,241,.4); line-height: 1.65; margin: 0; }\n\n\/* responsive *\/\n@media(max-width:720px) {\n  .flw-featured-grid, .flw-dark { grid-template-columns: 1fr; }\n  .flw-upcoming-grid { grid-template-columns: 1fr; }\n  .flw-dark { padding: var(--sp7) var(--sp5); }\n  .flw-h1 { max-width: 100%; }\n}\n@media(max-width:480px) {\n  .flw { padding-left: var(--sp4); padding-right: var(--sp4); }\n  .flw-featured { padding: var(--sp6) var(--sp5); }\n}\n<\/style>\n\n<div class=\"flw\">\n\n  <div class=\"flw-bar\" aria-hidden=\"true\"><\/div>\n\n  <!-- Hero -->\n  <header class=\"flw-hero\">\n    <p class=\"eyebrow\" style=\"color:#6B6B6B;\">BEUP Flow \u00b7 Pre-built n8n workflows<\/p>\n    <h1 class=\"flw-h1\" style=\"font-family: 'Fraunces', Georgia, serif;\">n8n Workflow<br>pre-packaged<\/h1>\n    <p class=\"flw-lede\">Each set is 2\u20134 workflows designed to run together. Buy once, set up in about 30 minutes \u2014 runs on its own from there, no extra staff or Enterprise license needed.<\/p>\n    <a href=\"\/en\/flow\/saas-growth-stack\/\" class=\"btn\" style=\"background:#0F5E5E; color:#FFFFFF; border-color:#0F5E5E;\">View available set \u2192<\/a>\n  <\/header>\n\n  <!-- Featured: Customer Growth Stack -->\n  <section class=\"flw-featured-wrap\">\n    <p class=\"eyebrow flw-section-label\" style=\"color:#0F5E5E;\">\u25cf Available today<\/p>\n    <article class=\"flw-featured\">\n      <div class=\"flw-featured-grid\">\n        <div>\n          <p class=\"flw-mono\">CRM-01 \u00b7 MK-01 \u00b7 OP-04<\/p>\n          <span class=\"badge\" style=\"border-color:#0F5E5E; color:#083E3E; background:#D6EBEB;\">Available now<\/span>\n          <h3 class=\"flw-h3\" style=\"font-family: 'Fraunces', Georgia, serif;\">Customer Growth Stack<\/h3>\n          <p class=\"flw-desc\">A 24\/7 Messenger support assistant, content syndication from one source to five formats, and automatic SLA ticket triage. For agencies, e-commerce, coaching, and B2B service teams of 5\u201320 people who want to move fast without hiring more staff.<\/p>\n          <p class=\"flw-price\">From 499,000 \u20ab<\/p>\n          <p class=\"flw-price-note\">Self-install package \u00b7 PDF setup guide included \u00b7 free updates for 12 months<\/p>\n          <a href=\"\/en\/flow\/saas-growth-stack\/\" class=\"btn\" style=\"background:#0F5E5E; color:#FFFFFF; border-color:#0F5E5E;\">View details \u2192<\/a>\n        <\/div>\n        <div>\n          <ul class=\"flw-flows\">\n            <li><span class=\"flw-code\">CRM-01<\/span><span>Messenger support \u2014 auto-replies and classifies customer requests<\/span><\/li>\n            <li><span class=\"flw-code\">MK-01<\/span><span>Multi-channel content replication \u2014 1 source to 5 formats (blog, social, email)<\/span><\/li>\n            <li><span class=\"flw-code\">OP-04<\/span><span>SLA ticket routing \u2014 auto-assigns priority and sends overdue reminders<\/span><\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/article>\n  <\/section>\n\n  <!-- Roadmap: 6 upcoming bundles -->\n  <section class=\"flw-roadmap\">\n    <p class=\"eyebrow\">Roadmap 2025<\/p>\n    <h2 class=\"flw-roadmap-h2\" style=\"font-family: 'Fraunces', Georgia, serif;\">Six more solution sets<\/h2>\n    <p class=\"flw-roadmap-sub\">Currently in packaging and documentation. Each set follows the same standard: runs on n8n Community Edition, has a centralized \u2699\ufe0f CONFIG node, with step-by-step documentation.<\/p>\n\n    <div class=\"flw-upcoming-grid\">\n\n      <div class=\"flw-upcoming\">\n        <div class=\"flw-upcoming-head\">\n          <h3 class=\"flw-upcoming-name\" style=\"font-family: 'Fraunces', Georgia, serif;\">Seller OS<\/h3>\n          <span class=\"badge\" style=\"border-color:#E4E1DA; color:#8E8E8E; background:transparent;\">Coming soon<\/span>\n        <\/div>\n        <p class=\"flw-mono\">OP-01 \u00b7 SC-01 \u00b7 SC-04 \u00b7 SC-02<\/p>\n        <p class=\"flw-upcoming-desc\">Multi-channel order sync, smart inventory alerts, automated supplier scoring. For merchants selling across Shopee, Lazada, Tiki, Shopify with 100\u20131,000 SKUs.<\/p>\n        <div class=\"flw-upcoming-meta\">\n          <span class=\"flw-upcoming-meta-dot\"><\/span>\n          <span>4 workflows \u00b7 Expected Q3 2025<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"flw-upcoming\">\n        <div class=\"flw-upcoming-head\">\n          <h3 class=\"flw-upcoming-name\" style=\"font-family: 'Fraunces', Georgia, serif;\">Procurement Closed-Loop<\/h3>\n          <span class=\"badge\" style=\"border-color:#E4E1DA; color:#8E8E8E; background:transparent;\">Coming soon<\/span>\n        <\/div>\n        <p class=\"flw-mono\">SC-01 \u00b7 SC-03 \u00b7 SC-04<\/p>\n        <p class=\"flw-upcoming-desc\">Fully automated procurement loop: low-stock alert \u2192 create PO for supplier \u2192 score delivery performance. For trading and distribution companies with 5\u201350 staff.<\/p>\n        <div class=\"flw-upcoming-meta\">\n          <span class=\"flw-upcoming-meta-dot\"><\/span>\n          <span>3 workflows \u00b7 Expected Q3 2025<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"flw-upcoming\">\n        <div class=\"flw-upcoming-head\">\n          <h3 class=\"flw-upcoming-name\" style=\"font-family: 'Fraunces', Georgia, serif;\">Smart Factory Starter<\/h3>\n          <span class=\"badge\" style=\"border-color:#E4E1DA; color:#8E8E8E; background:transparent;\">Coming soon<\/span>\n        <\/div>\n        <p class=\"flw-mono\">MF-02 \u00b7 MF-04<\/p>\n        <p class=\"flw-upcoming-desc\">24\/7 machine status monitoring with automatic OEE (overall equipment effectiveness) reports via Telegram every morning. For factories with 5\u201330 machines, no SCADA or MES needed.<\/p>\n        <div class=\"flw-upcoming-meta\">\n          <span class=\"flw-upcoming-meta-dot\"><\/span>\n          <span>2 workflows \u00b7 Expected Q3 2025<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"flw-upcoming\">\n        <div class=\"flw-upcoming-head\">\n          <h3 class=\"flw-upcoming-name\" style=\"font-family: 'Fraunces', Georgia, serif;\">Founder Daily Brief<\/h3>\n          <span class=\"badge\" style=\"border-color:#E4E1DA; color:#8E8E8E; background:transparent;\">Coming soon<\/span>\n        <\/div>\n        <p class=\"flw-mono\">OP-01 \u00b7 MF-04 \u00b7 SC-03<\/p>\n        <p class=\"flw-upcoming-desc\">A Telegram briefing every morning at 7am: yesterday's revenue, overnight production, incoming orders. For busy SME founders who need the full picture in 60 seconds.<\/p>\n        <div class=\"flw-upcoming-meta\">\n          <span class=\"flw-upcoming-meta-dot\"><\/span>\n          <span>3 workflows \u00b7 Expected Q3 2025<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"flw-upcoming\">\n        <div class=\"flw-upcoming-head\">\n          <h3 class=\"flw-upcoming-name\" style=\"font-family: 'Fraunces', Georgia, serif;\">Compliance Factory<\/h3>\n          <span class=\"badge\" style=\"border-color:#E4E1DA; color:#8E8E8E; background:transparent;\">Coming soon<\/span>\n        <\/div>\n        <p class=\"flw-mono\">MF-01 \u00b7 MF-03 \u00b7 MF-04<\/p>\n        <p class=\"flw-upcoming-desc\">Automate ISO 9001 documentation and export compliance paperwork from ERP. For garment, wood, food, and electronics factories requiring regular audits or formal export.<\/p>\n        <div class=\"flw-upcoming-meta\">\n          <span class=\"flw-upcoming-meta-dot\"><\/span>\n          <span>3 workflows \u00b7 Expected Q4 2025<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"flw-upcoming\">\n        <div class=\"flw-upcoming-head\">\n          <h3 class=\"flw-upcoming-name\" style=\"font-family: 'Fraunces', Georgia, serif;\">AI Vision Pack<\/h3>\n          <span class=\"badge\" style=\"border-color:#E4E1DA; color:#8E8E8E; background:transparent;\">Coming soon<\/span>\n        <\/div>\n        <p class=\"flw-mono\">MF-03 \u00b7 OP-03<\/p>\n        <p class=\"flw-upcoming-desc\">Gemini Vision reads expense invoices for accounting entry and detects product defects on the QC line. For factories needing automated data entry and quality inspection.<\/p>\n        <div class=\"flw-upcoming-meta\">\n          <span class=\"flw-upcoming-meta-dot\"><\/span>\n          <span>2 workflows \u00b7 Expected Q4 2025<\/span>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- Why n8n Community -->\n  <section class=\"flw-dark\">\n    <div>\n      <p class=\"eyebrow flw-dark-eyebrow\">Why n8n Community Edition<\/p>\n      <h2 class=\"flw-dark-h2\" style=\"font-family: 'Fraunces', Georgia, serif;\">No Enterprise lock-in<\/h2>\n      <a href=\"\/en\/flow\/saas-growth-stack\/\" class=\"btn\" style=\"background:transparent; color:#FFFFFF; border-color:rgba(250,247,241,0.5);\">View first solution set \u2192<\/a>\n    <\/div>\n    <div>\n      <ul class=\"flw-features\">\n        <li><strong>No $vars<\/strong> \u2014 Enterprise-only, breaks immediately on Community Edition or self-hosted<\/li>\n        <li><strong>Centralized \u2699\ufe0f CONFIG node<\/strong> \u2014 change one place, the entire workflow is configured<\/li>\n        <li><strong>Self-host from $5\/month<\/strong> \u2014 or Cloud Starter at $20\/month, no vendor lock-in<\/li>\n      <\/ul>\n      <p class=\"flw-dark-note\">Every workflow verified on n8n Community Edition v1.x before release. Step-by-step documentation written for each stage.<\/p>\n    <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>S\u1ea3n ph\u1ea9m ho\u00e1 quy tr\u00ecnh n8n cho doanh nghi\u1ec7p Vi\u1ec7t Nam \u2014 7 b\u1ed9 gi\u1ea3i ph\u00e1p theo ng\u00e0nh. Ch\u1ea1y tr\u00ean n8n c\u1ed9ng \u0111\u1ed3ng, kh\u00f4ng c\u1ea7n Enterprise.<\/p>","protected":false},"author":10,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18989","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BEUP Flow \u2014 n8n workflow packaged for small businesses in Vietnam - BEUP<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/beup.space\/en\/flow\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BEUP Flow \u2014 n8n workflow packaged for small businesses in Vietnam - BEUP\" \/>\n<meta property=\"og:description\" content=\"S\u1ea3n ph\u1ea9m ho\u00e1 quy tr\u00ecnh n8n cho doanh nghi\u1ec7p Vi\u1ec7t Nam \u2014 7 b\u1ed9 gi\u1ea3i ph\u00e1p theo ng\u00e0nh. Ch\u1ea1y tr\u00ean n8n c\u1ed9ng \u0111\u1ed3ng, kh\u00f4ng c\u1ea7n Enterprise.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/beup.space\/en\/flow\/\" \/>\n<meta property=\"og:site_name\" content=\"BEUP\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-11T12:57:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/beup.space\/wp-content\/uploads\/2024\/02\/box-bottom-1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/beup.space\\\/flow\\\/\",\"url\":\"https:\\\/\\\/beup.space\\\/flow\\\/\",\"name\":\"BEUP Flow \u2014 n8n workflow packaged for small businesses in Vietnam - BEUP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/beup.space\\\/#website\"},\"datePublished\":\"2026-04-28T14:57:17+00:00\",\"dateModified\":\"2026-05-11T12:57:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/beup.space\\\/flow\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/beup.space\\\/flow\\\/\"]}],\"description\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/beup.space\\\/flow\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/beup.space\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BEUP Flow \u2014 Quy tr\u00ecnh n8n \u0111\u00f3ng g\u00f3i cho doanh nghi\u1ec7p Vi\u1ec7t Nam\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/beup.space\\\/#website\",\"url\":\"https:\\\/\\\/beup.space\\\/\",\"name\":\"BEUP\",\"description\":\"Just X\u00e2y d\u1ef1ng n\u1ec1n t\u1ea3ng th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed b\u00e1n s\u1ea3n ph\u1ea9m s\u1ed1 (Notion templates, content packs) k\u1ebft h\u1ee3p v\u1edbi gi\u1edbi thi\u1ec7u d\u1ecbch v\u1ee5 t\u01b0 v\u1ea5nWordPress site\",\"publisher\":{\"@id\":\"https:\\\/\\\/beup.space\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/beup.space\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/beup.space\\\/#organization\",\"name\":\"BEUP\",\"url\":\"https:\\\/\\\/beup.space\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/beup.space\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/beup.space\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-final-1536x530-1.png\",\"contentUrl\":\"https:\\\/\\\/beup.space\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-final-1536x530-1.png\",\"width\":1536,\"height\":530,\"caption\":\"BEUP\"},\"image\":{\"@id\":\"https:\\\/\\\/beup.space\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BEUP Flow \u2014 n8n workflow packaged for small businesses in Vietnam - BEUP","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/beup.space\/en\/flow\/","og_locale":"en_US","og_type":"article","og_title":"BEUP Flow \u2014 n8n workflow packaged for small businesses in Vietnam - BEUP","og_description":"S\u1ea3n ph\u1ea9m ho\u00e1 quy tr\u00ecnh n8n cho doanh nghi\u1ec7p Vi\u1ec7t Nam \u2014 7 b\u1ed9 gi\u1ea3i ph\u00e1p theo ng\u00e0nh. Ch\u1ea1y tr\u00ean n8n c\u1ed9ng \u0111\u1ed3ng, kh\u00f4ng c\u1ea7n Enterprise.","og_url":"https:\/\/beup.space\/en\/flow\/","og_site_name":"BEUP","article_modified_time":"2026-05-11T12:57:36+00:00","og_image":[{"url":"https:\/\/beup.space\/wp-content\/uploads\/2024\/02\/box-bottom-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/beup.space\/flow\/","url":"https:\/\/beup.space\/flow\/","name":"BEUP Flow \u2014 n8n workflow packaged for small businesses in Vietnam - BEUP","isPartOf":{"@id":"https:\/\/beup.space\/#website"},"datePublished":"2026-04-28T14:57:17+00:00","dateModified":"2026-05-11T12:57:36+00:00","breadcrumb":{"@id":"https:\/\/beup.space\/flow\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/beup.space\/flow\/"]}],"description":""},{"@type":"BreadcrumbList","@id":"https:\/\/beup.space\/flow\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/beup.space\/"},{"@type":"ListItem","position":2,"name":"BEUP Flow \u2014 Quy tr\u00ecnh n8n \u0111\u00f3ng g\u00f3i cho doanh nghi\u1ec7p Vi\u1ec7t Nam"}]},{"@type":"WebSite","@id":"https:\/\/beup.space\/#website","url":"https:\/\/beup.space\/","name":"BEUP","description":"Building a digital product e-commerce platform (Notion templates, content packs) with consulting services \u2014 WordPress site","publisher":{"@id":"https:\/\/beup.space\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/beup.space\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/beup.space\/#organization","name":"BEUP","url":"https:\/\/beup.space\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/beup.space\/#\/schema\/logo\/image\/","url":"https:\/\/beup.space\/wp-content\/uploads\/2025\/12\/logo-final-1536x530-1.png","contentUrl":"https:\/\/beup.space\/wp-content\/uploads\/2025\/12\/logo-final-1536x530-1.png","width":1536,"height":530,"caption":"BEUP"},"image":{"@id":"https:\/\/beup.space\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/beup.space\/en\/wp-json\/wp\/v2\/pages\/18989","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beup.space\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beup.space\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beup.space\/en\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/beup.space\/en\/wp-json\/wp\/v2\/comments?post=18989"}],"version-history":[{"count":7,"href":"https:\/\/beup.space\/en\/wp-json\/wp\/v2\/pages\/18989\/revisions"}],"predecessor-version":[{"id":19137,"href":"https:\/\/beup.space\/en\/wp-json\/wp\/v2\/pages\/18989\/revisions\/19137"}],"wp:attachment":[{"href":"https:\/\/beup.space\/en\/wp-json\/wp\/v2\/media?parent=18989"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}