{"id":1286,"date":"2024-02-29T19:05:20","date_gmt":"2024-02-29T19:05:20","guid":{"rendered":"http:\/\/myflow.io\/?page_id=1286"},"modified":"2026-03-19T07:07:59","modified_gmt":"2026-03-19T07:07:59","slug":"pricing","status":"publish","type":"page","link":"https:\/\/myflow.io\/nb\/pricing\/","title":{"rendered":"Prising"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1286\" class=\"elementor elementor-1286\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-266fb06 e-flex e-con-boxed e-con e-parent\" data-id=\"266fb06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4fae7b7 e-flex e-con-boxed e-con e-child\" data-id=\"4fae7b7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9718b37 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"9718b37\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:500,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_tablet&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:300,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"681\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png\" class=\"attachment-large size-large wp-image-42\" alt=\"\" srcset=\"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png 827w, https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024-300x255.png 300w, https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024-768x654.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a9772f elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5a9772f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Plans that grow with your business  \n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-942a7f2 e-flex e-con-boxed e-con e-parent\" data-id=\"942a7f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b8ab6ca elementor-widget elementor-widget-html\" data-id=\"b8ab6ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Pricing Plans - myflow<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);\n            padding: 60px 40px;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n\n        .billing-toggle-wrapper {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 16px;\n            margin-bottom: 40px;\n        }\n\n        .billing-toggle {\n            position: relative;\n            width: 60px; height: 32px;\n            background: #e2e8f0;\n            border-radius: 16px;\n            cursor: pointer;\n            transition: background 0.3s ease;\n        }\n\n        .billing-toggle.annual { background: #7814d7; }\n\n        .billing-toggle-slider {\n            position: absolute;\n            top: 4px; left: 4px;\n            width: 24px; height: 24px;\n            background: white;\n            border-radius: 50%;\n            transition: transform 0.3s ease;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.2);\n        }\n\n        .billing-toggle.annual .billing-toggle-slider { transform: translateX(28px); }\n\n        .billing-label {\n            font-size: 1rem; font-weight: 500; color: #718096;\n            transition: color 0.3s ease;\n        }\n        .billing-label.active { color: #1a202c; font-weight: 600; }\n\n        .annual-badge {\n            display: inline-block;\n            background: #7814d7; color: white;\n            font-size: 0.75rem; font-weight: 600;\n            padding: 4px 8px; border-radius: 12px; margin-left: 8px;\n        }\n\n        \/* Currency dropdown *\/\n        .currency-dropdown {\n            position: relative;\n            margin-left: 8px;\n        }\n\n        .currency-btn {\n            display: flex; align-items: center; gap: 6px;\n            padding: 7px 12px;\n            background: white !important;\n            border: 1px solid #e2e8f0 !important;\n            border-radius: 10px;\n            font-family: inherit;\n            font-size: 0.875rem; font-weight: 600;\n            color: #1a202c !important;\n            cursor: pointer;\n            transition: border-color 0.2s, box-shadow 0.2s;\n            white-space: nowrap;\n            text-decoration: none !important;\n        }\n\n        .currency-btn:hover,\n        .currency-btn:focus {\n            border-color: #7814d7 !important;\n            box-shadow: 0 0 0 3px rgba(120,20,215,0.08) !important;\n            background: white !important;\n            color: #1a202c !important;\n            text-decoration: none !important;\n        }\n\n        .currency-menu {\n            display: none;\n            position: absolute;\n            top: calc(100% + 6px);\n            right: 0;\n            background: white !important;\n            border: 1px solid #e2e8f0 !important;\n            border-radius: 12px;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.12);\n            overflow: hidden;\n            z-index: 100;\n            min-width: 150px;\n        }\n\n        .currency-menu.open { display: block; }\n\n        .currency-option {\n            display: flex !important; align-items: center; gap: 10px;\n            padding: 10px 16px;\n            font-size: 0.875rem; font-weight: 500;\n            color: #1a202c !important;\n            cursor: pointer;\n            transition: background 0.15s;\n            background: white !important;\n            text-decoration: none !important;\n        }\n\n        .currency-option:hover,\n        .currency-option:focus {\n            background: #faf5ff !important;\n            color: #1a202c !important;\n            text-decoration: none !important;\n        }\n\n        .currency-option.active,\n        .currency-option.active:hover {\n            background: #f3e8ff !important;\n            color: #7814d7 !important;\n            font-weight: 700 !important;\n        }\n\n        .currency-option .flag { font-size: 1.2rem; line-height: 1; }\n        .currency-option .cur-code { font-weight: 700; }\n        .currency-option .cur-name { color: #718096 !important; font-size: 0.8rem; }\n\n        \/* Agent icons *\/\n        .agent-icons {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 3px;\n            flex-shrink: 0;\n        }\n\n        .agent-icons.staggered {\n            width: auto;\n        }\n\n        .agent-icons.staggered .agent-icon:nth-child(n+5) {\n            margin-left: 0;\n        }\n\n        .agent-icon {\n            width: 20px;\n            height: 20px;\n            object-fit: cover;\n            border-radius: 50%;\n            display: block;\n            border: none !important;\n            outline: none !important;\n            box-shadow: none !important;\n            flex-shrink: 0;\n        }\n\n        .agent-count {\n            font-size: 0.9rem;\n            font-weight: 600 !important;\n            color: #1a202c;\n            white-space: nowrap;\n        }\n\n        .feature-cell.agent-cell {\n            flex-direction: row !important;\n            gap: 8px;\n            align-items: center;\n            justify-content: center;\n        }\n\n        \/* Table *\/\n        .pricing-table-wrap {\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.08);\n            overflow: hidden;\n        }\n\n        .plan-headers {\n            display: grid;\n            grid-template-columns: 200px repeat(3, 1fr);\n            border-bottom: 2px solid #f0f0f5;\n        }\n\n        .plan-header-empty {\n            padding: 28px 20px;\n            border-right: 1px solid #f0f0f5;\n        }\n\n        .plan-header {\n            padding: 24px 16px 0;\n            text-align: center;\n            border-right: 1px solid #f0f0f5;\n        }\n\n        .plan-header:last-child { border-right: none; }\n\n        .plan-header.featured {\n            background: #faf5ff;\n            border-left: 2px solid #7814d7;\n            border-right: 2px solid #7814d7;\n        }\n\n        .popular-tag {\n            display: inline-block;\n            background: #7814d7; color: white;\n            font-size: 0.65rem; font-weight: 700;\n            text-transform: uppercase; letter-spacing: 0.5px;\n            padding: 3px 10px; border-radius: 20px;\n            margin-bottom: 8px;\n        }\n\n        .plan-header-name {\n            font-size: 1.4rem; font-weight: 700; color: #1a202c;\n            margin-bottom: 2px;\n        }\n\n        .plan-header-price {\n            font-size: 2.6rem; font-weight: 700; color: #1a202c;\n            line-height: 1.1; margin: 10px 0 2px;\n        }\n\n        .plan-header-period {\n            font-size: 0.8rem; color: #718096;\n            margin-bottom: 14px; min-height: 32px;\n        }\n\n        .cta-button {\n            display: block;\n            width: calc(100% - 24px);\n            margin: 0 12px 10px;\n            padding: 11px 16px;\n            font-size: 0.875rem; font-weight: 400;\n            border: none; border-radius: 8px;\n            cursor: pointer; transition: all 0.3s ease;\n            text-decoration: none; text-align: center;\n        }\n\n        .cta-button.primary,\n        .cta-button.secondary,\n        .cta-button.primary:visited,\n        .cta-button.secondary:visited { background: #7814d7; color: white !important; }\n        .cta-button.primary:hover,\n        .cta-button.secondary:hover {\n            background: #6410b8;\n            color: white !important;\n            box-shadow: 0 4px 12px rgba(120,20,215,0.4);\n            transform: translateY(-1px);\n        }\n\n        .guarantee {\n            font-size: 0.7rem; font-weight: 600; color: #7814d7;\n            padding: 0 8px 16px;\n            display: flex; align-items: center; justify-content: center; gap: 4px;\n        }\n\n        \/* Feature rows *\/\n        .feature-row {\n            display: grid;\n            grid-template-columns: 200px repeat(3, 1fr);\n            border-bottom: 1px solid #f0f0f5;\n        }\n\n        .feature-row:last-child { border-bottom: none; }\n        .feature-row:hover { background: #fdfcff; }\n\n        .feature-label {\n            padding: 13px 20px;\n            font-size: 0.875rem; color: #4a5568; font-weight: 500;\n            border-right: 1px solid #f0f0f5;\n            display: flex; align-items: center;\n            flex-direction: column;\n            align-items: flex-start;\n            justify-content: center;\n            gap: 1px;\n        }\n\n        .feature-label .cat {\n            font-size: 0.65rem; font-weight: 700;\n            text-transform: uppercase; letter-spacing: 0.6px;\n            color: #7814d7;\n        }\n\n        .feature-cell {\n            padding: 13px 12px;\n            text-align: center;\n            font-size: 0.9rem; font-weight: 600 !important; color: #1a202c;\n            display: flex; align-items: center; justify-content: center;\n            flex-direction: column;\n            border-right: 1px solid #f0f0f5;\n        }\n\n        .feature-cell:last-child { border-right: none; }\n\n        .check { color: #7814d7; font-size: 1rem; }\n        .cross { color: #cbd5e0; font-size: 1rem; }\n\n        .coming-soon {\n            display: block;\n            font-size: 0.65rem;\n            font-weight: 600;\n            color: #a0aec0;\n            background: #f7fafc;\n            border: 1px solid #e2e8f0;\n            border-radius: 6px;\n            padding: 1px 6px;\n            margin-top: 3px;\n            letter-spacing: 0.3px;\n            width: fit-content;\n        }\n\n        .sub-note {\n            font-size: 0.7rem; color: #718096;\n            font-weight: 400; margin-top: 1px;\n        }\n\n        .footer-note {\n            text-align: center; color: #718096;\n            font-size: 0.8rem; margin-top: 20px; line-height: 1.4;\n        }\n        .footer-note p + p { margin-top: 2px; }\n\n        @media (max-width: 700px) {\n            body { padding: 24px 16px; }\n\n            \/* Hide the table layout on mobile *\/\n            .pricing-table-wrap { background: transparent; box-shadow: none; border-radius: 0; }\n            .plan-headers { display: none; }\n            .feature-row { display: none; }\n\n            \/* Mobile cards *\/\n            .mobile-cards { display: flex; flex-direction: column; gap: 20px; }\n\n            .mobile-card {\n                background: white;\n                border-radius: 16px;\n                box-shadow: 0 4px 6px rgba(0,0,0,0.05), 0 10px 24px rgba(0,0,0,0.08);\n                overflow: hidden;\n            }\n\n            .mobile-card-header {\n                padding: 24px 24px 0;\n                text-align: center;\n            }\n\n            .mobile-card-name {\n                font-size: 1.4rem; font-weight: 700; color: #1a202c;\n                margin-bottom: 4px;\n            }\n\n            .mobile-card-price {\n                font-size: 2.6rem; font-weight: 700; color: #1a202c;\n                line-height: 1.1; margin: 8px 0 4px;\n            }\n\n            .mobile-card-period {\n                font-size: 0.8rem; color: #718096; margin-bottom: 16px; min-height: 28px;\n            }\n\n            .mobile-card .cta-button {\n                width: calc(100% - 32px);\n                margin: 0 16px 8px;\n            }\n\n            .mobile-card .guarantee {\n                padding: 0 16px 16px;\n            }\n\n            .mobile-card-rows { border-top: 1px solid #f0f0f5; }\n\n            .mobile-row {\n                display: flex;\n                justify-content: space-between;\n                align-items: center;\n                padding: 12px 20px;\n                border-bottom: 1px solid #f0f0f5;\n                gap: 12px;\n            }\n\n            .mobile-row:last-child { border-bottom: none; }\n\n            .mobile-row-label {\n                display: flex; flex-direction: column; gap: 1px;\n                flex: 1;\n            }\n\n            .mobile-row-label .cat {\n                font-size: 0.6rem; font-weight: 700;\n                text-transform: uppercase; letter-spacing: 0.6px; color: #7814d7;\n            }\n\n            .mobile-row-label span:last-child {\n                font-size: 0.8rem; color: #4a5568; font-weight: 500;\n            }\n\n            .mobile-row-value {\n                font-size: 0.875rem; font-weight: 600 !important; color: #1a202c;\n                text-align: right; flex-shrink: 0;\n                display: flex; flex-direction: column; align-items: flex-end; gap: 1px;\n            }\n\n            .mobile-row-value .sub-note {\n                font-size: 0.65rem;\n            }\n\n            .mobile-row-value .check { font-size: 1rem; }\n            .mobile-row-value .cross { font-size: 1rem; }\n\n            .mobile-domain-value {\n                font-size: 0.75rem; font-weight: 500; color: #4a5568;\n                text-align: right;\n            }\n        }\n\n        @media (min-width: 701px) {\n            .mobile-cards { display: none; }\n\n            .plan-headers, .feature-row {\n                grid-template-columns: 200px repeat(3, 1fr);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"container\">\n\n    <div class=\"billing-toggle-wrapper\">\n        <span class=\"billing-label monthly-label active\">Monthly<\/span>\n        <div class=\"billing-toggle\" id=\"billingToggle\">\n            <div class=\"billing-toggle-slider\"><\/div>\n        <\/div>\n        <span class=\"billing-label annual-label\">Yearly<span class=\"annual-badge\">2 months off<\/span><\/span>\n        <div class=\"currency-dropdown\" id=\"currencyDropdown\">\n            <button class=\"currency-btn\" id=\"currencyBtn\" type=\"button\">\n                <span id=\"currencyFlag\">\ud83c\uddea\ud83c\uddfa<\/span>\n                <span id=\"currencyCode\">EUR<\/span>\n                <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" style=\"margin-left:2px;opacity:0.5\"><path d=\"M2 4l4 4 4-4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/button>\n            <div class=\"currency-menu\" id=\"currencyMenu\"><\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"pricing-table-wrap\">\n\n        <!-- Plan Headers -->\n        <div class=\"plan-headers\">\n            <div class=\"plan-header-empty\"><\/div>\n\n            <div class=\"plan-header\">\n                <div class=\"plan-header-name\">Basic<\/div>\n                <div class=\"plan-header-price\" data-plan=\"basic\">\u20ac19<\/div>\n                <div class=\"plan-header-period price-period\" data-period=\"basic\">per month<\/div>\n                <a href=\"https:\/\/app.myflow.se\/register-welcome\/a5c43b8f-8434-40fc-953e-0b8d422f9b64\" class=\"cta-button secondary\">Get Started<\/a>\n                <div class=\"guarantee\"><i class=\"fa-regular fa-badge-check\"><\/i> 14-day guarantee<\/div>\n            <\/div>\n\n            <div class=\"plan-header\">\n                <div class=\"plan-header-name\">Essentials<\/div>\n                <div class=\"plan-header-price\" data-plan=\"essentials\">\u20ac49<\/div>\n                <div class=\"plan-header-period price-period\" data-period=\"essentials\">per month<\/div>\n                <a href=\"https:\/\/app.myflow.se\/register-welcome\/a5c43b8f-8434-40fc-953e-0b8d422f9b64\" class=\"cta-button secondary\">Get Started<\/a>\n                <div class=\"guarantee\"><i class=\"fa-regular fa-badge-check\"><\/i> 14-day guarantee<\/div>\n            <\/div>\n\n            <div class=\"plan-header\">\n                <div class=\"plan-header-name\">Pro<\/div>\n                <div class=\"plan-header-price\" data-plan=\"pro\">\u20ac99<\/div>\n                <div class=\"plan-header-period price-period\" data-period=\"pro\">per month<\/div>\n                <a href=\"https:\/\/app.myflow.se\/register-welcome\/a5c43b8f-8434-40fc-953e-0b8d422f9b64\" class=\"cta-button primary\">Get Started<\/a>\n                <div class=\"guarantee\"><i class=\"fa-regular fa-badge-check\"><\/i> 14-day guarantee<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- AI Teammates -->\n        <div class=\"feature-row\">\n            <div class=\"feature-label\"><span class=\"cat\">AI TEAMMATES<\/span>Number of AI Teammates <span class=\"coming-soon\">Coming soon<\/span><\/div>\n            <div class=\"feature-cell agent-cell\">\n                <div class=\"agent-icons\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head_normal-copy-3.webp\" class=\"agent-icon\" alt=\"agent\">\n                <\/div>\n                <span class=\"agent-count\">1<\/span>\n            <\/div>\n            <div class=\"feature-cell agent-cell\">\n                <div class=\"agent-icons\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head_normal-copy-3.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head_normal-copy-3.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head_normal-copy-3.webp\" class=\"agent-icon\" alt=\"agent\">\n                <\/div>\n                <span class=\"agent-count\">3<\/span>\n            <\/div>\n            <div class=\"feature-cell agent-cell\">\n                <div class=\"agent-icons\" style=\"flex-wrap:nowrap;\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                    <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                <\/div>\n                <span class=\"agent-count\">8<\/span>\n            <\/div>\n        <\/div>\n\n        <!-- AI Usage -->\n        <div class=\"feature-row\">\n            <div class=\"feature-label\"><span class=\"cat\">AI USAGE<\/span>Amount of AI Usage <span class=\"coming-soon\">Coming soon<\/span><\/div>\n            <div class=\"feature-cell\">1x<\/div>\n            <div class=\"feature-cell\">2.5x<\/div>\n            <div class=\"feature-cell\">10x<\/div>\n        <\/div>\n\n        <!-- Features -->\n        <div class=\"feature-row\">\n            <div class=\"feature-label\"><span class=\"cat\">FEATURES<\/span>Features included<\/div>\n            <div class=\"feature-cell\" style=\"font-size:0.9rem;font-weight:600;\">All 16 features<\/div>\n            <div class=\"feature-cell\" style=\"font-size:0.9rem;font-weight:600;\">All 16 features<\/div>\n            <div class=\"feature-cell\" style=\"font-size:0.9rem;font-weight:600;\">All 16 features<\/div>\n        <\/div>\n\n        <!-- Sent e-mails -->\n        <div class=\"feature-row\">\n            <div class=\"feature-label\"><span class=\"cat\">SENT E-MAILS<\/span>Emails included *<\/div>\n            <div class=\"feature-cell\">100<\/div>\n            <div class=\"feature-cell\">250<\/div>\n            <div class=\"feature-cell\">1,000<\/div>\n        <\/div>\n\n        <!-- Admin Seats -->\n        <div class=\"feature-row\">\n            <div class=\"feature-label\"><span class=\"cat\">ADMIN SEATS<\/span>Admin accounts ***<\/div>\n            <div class=\"feature-cell\">1<\/div>\n            <div class=\"feature-cell\">3<\/div>\n            <div class=\"feature-cell\">10<\/div>\n        <\/div>\n\n        <!-- Domain included -->\n        <div class=\"feature-row\">\n            <div class=\"feature-label\"><span class=\"cat\">DOMAIN<\/span>Own domain included **<\/div>\n            <div class=\"feature-cell\" style=\"font-size:0.78rem; font-weight:500; color:#4a5568;\">Bring your own domain<\/div>\n            <div class=\"feature-cell\" style=\"font-size:0.78rem; font-weight:500; color:#4a5568;\">Bring your own, or get one included<\/div>\n            <div class=\"feature-cell\" style=\"font-size:0.78rem; font-weight:500; color:#4a5568;\">Bring your own, or get one included<\/div>\n        <\/div>\n\n        <!-- Own app -->\n        <div class=\"feature-row\">\n            <div class=\"feature-label\"><span class=\"cat\">OWN APP<\/span>Access to app builder<\/div>\n            <div class=\"feature-cell\"><span class=\"cross\"><i class=\"fa-solid fa-xmark\"><\/i><\/span><\/div>\n            <div class=\"feature-cell\"><span class=\"cross\"><i class=\"fa-solid fa-xmark\"><\/i><\/span><\/div>\n            <div class=\"feature-cell\"><span class=\"check\"><i class=\"fa-solid fa-check\"><\/i><\/span> <span class=\"sub-note\">+\u20ac990 at App Store release<\/span><\/div>\n        <\/div>\n\n    <\/div><!-- end pricing-table-wrap -->\n\n    <!-- Mobile cards (shown on small screens) -->\n    <div class=\"mobile-cards\">\n\n        <!-- Basic -->\n        <div class=\"mobile-card\">\n            <div class=\"mobile-card-header\">\n                <div class=\"mobile-card-name\">Basic<\/div>\n                <div class=\"mobile-card-price\" data-plan=\"basic\">\u20ac19<\/div>\n                <div class=\"mobile-card-period mobile-period\" data-period=\"basic\">per month<\/div>\n                <a href=\"https:\/\/app.myflow.se\/register-welcome\/a5c43b8f-8434-40fc-953e-0b8d422f9b64\" class=\"cta-button secondary\">Get Started<\/a>\n                <div class=\"guarantee\"><i class=\"fa-regular fa-badge-check\"><\/i> 14-day guarantee<\/div>\n            <\/div>\n            <div class=\"mobile-card-rows\">\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">AI TEAMMATES<\/span><span>Number of AI Teammates <span class=\"coming-soon\">Coming soon<\/span><\/span><\/div>\n                    <div class=\"mobile-row-value\" style=\"flex-direction:row !important; align-items:center; gap:6px;\">\n                        <div class=\"agent-icons\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head_normal-copy-3.webp\" class=\"agent-icon\" alt=\"agent\">\n                        <\/div>\n                        <span class=\"agent-count\">1<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">AI USAGE<\/span><span>Amount of AI Usage <span class=\"coming-soon\">Coming soon<\/span><\/span><\/div>\n                    <div class=\"mobile-row-value\">1x<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">FEATURES<\/span><span>Features included<\/span><\/div>\n                    <div class=\"mobile-row-value\">All 16 features<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">SENT E-MAILS<\/span><span>Emails included *<\/span><\/div>\n                    <div class=\"mobile-row-value\">100<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">ADMIN SEATS<\/span><span>Admin accounts ***<\/span><\/div>\n                    <div class=\"mobile-row-value\">1<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">DOMAIN<\/span><span>Own domain included **<\/span><\/div>\n                    <div class=\"mobile-row-value\"><span class=\"mobile-domain-value\">Bring your own domain<\/span><\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">OWN APP<\/span><span>Access to app builder<\/span><\/div>\n                    <div class=\"mobile-row-value\"><span class=\"cross\"><i class=\"fa-solid fa-xmark\"><\/i><\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Essentials -->\n        <div class=\"mobile-card\">\n            <div class=\"mobile-card-header\">\n                <div class=\"mobile-card-name\">Essentials<\/div>\n                <div class=\"mobile-card-price\" data-plan=\"essentials\">\u20ac49<\/div>\n                <div class=\"mobile-card-period mobile-period\" data-period=\"essentials\">per month<\/div>\n                <a href=\"https:\/\/app.myflow.se\/register-welcome\/a5c43b8f-8434-40fc-953e-0b8d422f9b64\" class=\"cta-button secondary\">Get Started<\/a>\n                <div class=\"guarantee\"><i class=\"fa-regular fa-badge-check\"><\/i> 14-day guarantee<\/div>\n            <\/div>\n            <div class=\"mobile-card-rows\">\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">AI TEAMMATES<\/span><span>Number of AI Teammates <span class=\"coming-soon\">Coming soon<\/span><\/span><\/div>\n                    <div class=\"mobile-row-value\" style=\"flex-direction:row !important; align-items:center; gap:6px;\">\n                        <div class=\"agent-icons\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head_normal-copy-3.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head_normal-copy-3.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head_normal-copy-3.webp\" class=\"agent-icon\" alt=\"agent\">\n                        <\/div>\n                        <span class=\"agent-count\">3<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">FEATURES<\/span><span>Features included<\/span><\/div>\n                    <div class=\"mobile-row-value\">All 16 features<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">SENT E-MAILS<\/span><span>Emails included *<\/span><\/div>\n                    <div class=\"mobile-row-value\">250<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">ADMIN SEATS<\/span><span>Admin accounts ***<\/span><\/div>\n                    <div class=\"mobile-row-value\">3<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">DOMAIN<\/span><span>Own domain included **<\/span><\/div>\n                    <div class=\"mobile-row-value\"><span class=\"mobile-domain-value\">Bring your own, or get one included<\/span><\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">OWN APP<\/span><span>Access to app builder<\/span><\/div>\n                    <div class=\"mobile-row-value\"><span class=\"cross\"><i class=\"fa-solid fa-xmark\"><\/i><\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Pro -->\n        <div class=\"mobile-card\" style=\"border: 2px solid #7814d7;\">\n            <div class=\"mobile-card-header\">\n                <div style=\"display:inline-block; background:#7814d7; color:white; font-size:0.65rem; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; padding:3px 10px; border-radius:20px; margin-bottom:8px;\">Most Popular<\/div>\n                <div class=\"mobile-card-name\">Pro<\/div>\n                <div class=\"mobile-card-price\" data-plan=\"pro\">\u20ac99<\/div>\n                <div class=\"mobile-card-period mobile-period\" data-period=\"pro\">per month<\/div>\n                <a href=\"https:\/\/app.myflow.se\/register-welcome\/a5c43b8f-8434-40fc-953e-0b8d422f9b64\" class=\"cta-button primary\">Get Started<\/a>\n                <div class=\"guarantee\"><i class=\"fa-regular fa-badge-check\"><\/i> 14-day guarantee<\/div>\n            <\/div>\n            <div class=\"mobile-card-rows\">\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">AI TEAMMATES<\/span><span>Number of AI Teammates <span class=\"coming-soon\">Coming soon<\/span><\/span><\/div>\n                    <div class=\"mobile-row-value\" style=\"flex-direction:row !important; align-items:center; gap:6px;\">\n                        <div class=\"agent-icons\" style=\"flex-wrap:nowrap;\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                            <img decoding=\"async\" src=\"https:\/\/myflow.io\/wp-content\/uploads\/2026\/03\/flowie_head-copy-2.webp\" class=\"agent-icon\" alt=\"agent\">\n                        <\/div>\n                        <span class=\"agent-count\">8<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">AI USAGE<\/span><span>Amount of AI Usage <span class=\"coming-soon\">Coming soon<\/span><\/span><\/div>\n                    <div class=\"mobile-row-value\">10x<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">FEATURES<\/span><span>Features included<\/span><\/div>\n                    <div class=\"mobile-row-value\">All 16 features<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">SENT E-MAILS<\/span><span>Emails included *<\/span><\/div>\n                    <div class=\"mobile-row-value\">1,000<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">ADMIN SEATS<\/span><span>Admin accounts ***<\/span><\/div>\n                    <div class=\"mobile-row-value\">10<\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">DOMAIN<\/span><span>Own domain included **<\/span><\/div>\n                    <div class=\"mobile-row-value\"><span class=\"mobile-domain-value\">Bring your own, or get one included<\/span><\/div>\n                <\/div>\n                <div class=\"mobile-row\">\n                    <div class=\"mobile-row-label\"><span class=\"cat\">OWN APP<\/span><span>Access to app builder<\/span><\/div>\n                    <div class=\"mobile-row-value\"><span class=\"check\"><i class=\"fa-solid fa-check\"><\/i><\/span><span class=\"sub-note\">+\u20ac990 at App Store release<\/span><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div><!-- end mobile-cards -->\n\n    <div class=\"footer-note\">\n        <p>* Email limits apply to myflow mail server. You can always add your own mailserver.<\/p>\n        <p>** Charges may apply for certain domains.<\/p>\n        <p>*** Additional admin accounts available for \u20ac10\/month each (Pro plan).<\/p>\n    <\/div>\n\n<\/div>\n\n<script>\n(function() {\n    'use strict';\n\n    const API = 'https:\/\/app.myflow.se\/api\/pricing\/plans';\n\n    const CURRENCY_META = {\n        EUR: { flag: '\ud83c\uddea\ud83c\uddfa', name: 'Euro',           symbol: '\u20ac',  symbolAfter: false },\n        USD: { flag: '\ud83c\uddfa\ud83c\uddf8', name: 'US Dollar',      symbol: '$',  symbolAfter: false },\n        SEK: { flag: '\ud83c\uddf8\ud83c\uddea', name: 'Swedish Krona',  symbol: 'kr', symbolAfter: true  },\n        NOK: { flag: '\ud83c\uddf3\ud83c\uddf4', name: 'Norwegian Krone', symbol: 'kr', symbolAfter: true  },\n    };\n\n    \/\/ Country \u2192 currency map for geo-detection\n    const COUNTRY_CURRENCY = {\n        SE: 'SEK', NO: 'NOK',\n        US: 'USD', CA: 'USD', AU: 'USD', NZ: 'USD', SG: 'USD',\n        \/\/ Euro countries\n        DE: 'EUR', FR: 'EUR', IT: 'EUR', ES: 'EUR', PT: 'EUR', NL: 'EUR',\n        BE: 'EUR', AT: 'EUR', FI: 'EUR', IE: 'EUR', GR: 'EUR', LU: 'EUR',\n        MT: 'EUR', CY: 'EUR', SK: 'EUR', SI: 'EUR', EE: 'EUR', LV: 'EUR',\n        LT: 'EUR', HR: 'EUR',\n    };\n\n    const toggle = document.getElementById('billingToggle');\n    const monthlyLabel = document.querySelector('.monthly-label');\n    const annualLabel = document.querySelector('.annual-label');\n    const dropdown = document.getElementById('currencyDropdown');\n    const currencyBtn = document.getElementById('currencyBtn');\n    const currencyMenu = document.getElementById('currencyMenu');\n    const currencyFlag = document.getElementById('currencyFlag');\n    const currencyCode = document.getElementById('currencyCode');\n\n    let isAnnual = false;\n    let pricingData = null;\n    let activeCurrency = 'EUR';\n\n    function formatPrice(amount, currency) {\n        const meta = CURRENCY_META[currency] || { symbol: currency, symbolAfter: false };\n        const formatted = amount.toLocaleString(currency === 'SEK' || currency === 'NOK' ? 'sv-SE' : 'en-US');\n        return meta.symbolAfter ? formatted + '\\u00a0' + meta.symbol : meta.symbol + formatted;\n    }\n\n    function renderPrices() {\n        if (!pricingData) return;\n        document.querySelectorAll('[data-plan]').forEach(el => {\n            const plan = pricingData.plans.find(p => p.id === el.dataset.plan);\n            if (!plan) return;\n            const amount = isAnnual\n                ? Math.round(plan.yearly[activeCurrency] \/ 12)\n                : plan.monthly[activeCurrency];\n            el.textContent = formatPrice(amount, activeCurrency);\n        });\n        pricingData.plans.forEach(plan => {\n            const yearlyTotal = plan.yearly[activeCurrency];\n            const billed = isAnnual\n                ? 'per month, ' + formatPrice(yearlyTotal, activeCurrency) + ' billed yearly'\n                : 'per month';\n            document.querySelectorAll(`[data-period=\"${plan.id}\"]`).forEach(el => {\n                el.textContent = billed;\n            });\n        });\n    }\n\n    function setCurrency(code) {\n        activeCurrency = code;\n        const meta = CURRENCY_META[code] || { flag: '\ud83c\udf10', name: code };\n        currencyFlag.textContent = meta.flag;\n        currencyCode.textContent = code;\n        \/\/ Update active state in menu\n        document.querySelectorAll('.currency-option').forEach(el => {\n            el.classList.toggle('active', el.dataset.currency === code);\n        });\n        renderPrices();\n    }\n\n    function buildDropdown(currencies) {\n        currencyMenu.innerHTML = '';\n        currencies.forEach(code => {\n            const meta = CURRENCY_META[code] || { flag: '\ud83c\udf10', name: code };\n            const opt = document.createElement('div');\n            opt.className = 'currency-option' + (code === activeCurrency ? ' active' : '');\n            opt.dataset.currency = code;\n            opt.innerHTML = `\n                <span class=\"flag\">${meta.flag}<\/span>\n                <span class=\"cur-code\">${code}<\/span>\n                <span class=\"cur-name\">${meta.name}<\/span>\n            `;\n            opt.addEventListener('click', () => {\n                setCurrency(code);\n                currencyMenu.classList.remove('open');\n            });\n            currencyMenu.appendChild(opt);\n        });\n        dropdown.style.display = '';\n    }\n\n    \/\/ Toggle dropdown open\/close\n    currencyBtn.addEventListener('click', (e) => {\n        e.stopPropagation();\n        currencyMenu.classList.toggle('open');\n    });\n    document.addEventListener('click', () => currencyMenu.classList.remove('open'));\n\n    \/\/ Billing toggle\n    toggle.addEventListener('click', function() {\n        isAnnual = !isAnnual;\n        toggle.classList.toggle('annual');\n        monthlyLabel.classList.toggle('active', !isAnnual);\n        annualLabel.classList.toggle('active', isAnnual);\n        renderPrices();\n    });\n\n    \/\/ Geo-detect currency, fall back to EUR\n    function detectCurrency(availableCurrencies) {\n        return fetch('https:\/\/ipapi.co\/json\/')\n            .then(r => r.json())\n            .then(geo => {\n                const country = geo.country_code;\n                const detected = COUNTRY_CURRENCY[country];\n                if (detected && availableCurrencies.includes(detected)) return detected;\n                return 'EUR';\n            })\n            .catch(() => 'EUR');\n    }\n\n    \/\/ Build dropdown immediately with known currencies as fallback\n    const FALLBACK_CURRENCIES = ['EUR', 'USD', 'SEK', 'NOK'];\n    buildDropdown(FALLBACK_CURRENCIES);\n    setCurrency('EUR');\n\n    \/\/ Fetch pricing then detect currency\n    fetch(API)\n        .then(r => r.json())\n        .then(data => {\n            pricingData = data;\n            buildDropdown(data.currencies);\n            return detectCurrency(data.currencies).then(currency => {\n                setCurrency(currency);\n            });\n        })\n        .catch(() => {\n            \/\/ Keep hardcoded fallback silently\n        });\n})();\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Plans that grow with your business Pricing Plans &#8211; myflow Monthly Yearly2 months off \ud83c\uddea\ud83c\uddfa EUR Basic \u20ac19 per month Get Started 14-day guarantee Essentials \u20ac49 per month Get Started 14-day guarantee Pro \u20ac99 per month Get Started 14-day guarantee AI TEAMMATESNumber of AI Teammates Coming soon 1 3 8 AI USAGEAmount of AI Usage [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1286","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pricing - myflow<\/title>\n<meta name=\"description\" content=\"The toolbox you deserve is finally here. All in one place, not all over the place. Engage, manage, monetize \u2013 and grow. All at myflow.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/myflow.io\/nb\/pricing\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pricing - myflow\" \/>\n<meta property=\"og:description\" content=\"The toolbox you deserve is finally here. All in one place, not all over the place. Engage, manage, monetize \u2013 and grow. All at myflow.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/myflow.io\/nb\/pricing\/\" \/>\n<meta property=\"og:site_name\" content=\"myflow\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-19T07:07:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png\" \/>\n\t<meta property=\"og:image:width\" content=\"827\" \/>\n\t<meta property=\"og:image:height\" content=\"704\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Ansl. lesetid\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/myflow.io\/pricing\/\",\"url\":\"https:\/\/myflow.io\/pricing\/\",\"name\":\"Pricing - myflow\",\"isPartOf\":{\"@id\":\"https:\/\/myflow.io\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/myflow.io\/pricing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/myflow.io\/pricing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png\",\"datePublished\":\"2024-02-29T19:05:20+00:00\",\"dateModified\":\"2026-03-19T07:07:59+00:00\",\"description\":\"The toolbox you deserve is finally here. All in one place, not all over the place. Engage, manage, monetize \u2013 and grow. All at myflow.\",\"breadcrumb\":{\"@id\":\"https:\/\/myflow.io\/pricing\/#breadcrumb\"},\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/myflow.io\/pricing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/myflow.io\/pricing\/#primaryimage\",\"url\":\"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png\",\"contentUrl\":\"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/myflow.io\/pricing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/myflow.io\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pricing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/myflow.io\/#website\",\"url\":\"https:\/\/myflow.io\/\",\"name\":\"myflow\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/myflow.io\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/myflow.io\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nb-NO\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/myflow.io\/#organization\",\"name\":\"myflow\",\"url\":\"https:\/\/myflow.io\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/myflow.io\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/myflow.io\/wp-content\/uploads\/2024\/03\/Asset-18.svg\",\"contentUrl\":\"https:\/\/myflow.io\/wp-content\/uploads\/2024\/03\/Asset-18.svg\",\"width\":88,\"height\":75,\"caption\":\"myflow\"},\"image\":{\"@id\":\"https:\/\/myflow.io\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pricing - myflow","description":"Verkt\u00f8ykassen du fortjener er endelig her. Alt p\u00e5 ett sted, ikke over alt. Engasjer, administrer, tjen penger - og voks. Alt p\u00e5 myflow.","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:\/\/myflow.io\/nb\/pricing\/","og_locale":"nb_NO","og_type":"article","og_title":"Pricing - myflow","og_description":"The toolbox you deserve is finally here. All in one place, not all over the place. Engage, manage, monetize \u2013 and grow. All at myflow.","og_url":"https:\/\/myflow.io\/nb\/pricing\/","og_site_name":"myflow","article_modified_time":"2026-03-19T07:07:59+00:00","og_image":[{"width":827,"height":704,"url":"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Ansl. lesetid":"7 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/myflow.io\/pricing\/","url":"https:\/\/myflow.io\/pricing\/","name":"Pricing - myflow","isPartOf":{"@id":"https:\/\/myflow.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/myflow.io\/pricing\/#primaryimage"},"image":{"@id":"https:\/\/myflow.io\/pricing\/#primaryimage"},"thumbnailUrl":"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png","datePublished":"2024-02-29T19:05:20+00:00","dateModified":"2026-03-19T07:07:59+00:00","description":"Verkt\u00f8ykassen du fortjener er endelig her. Alt p\u00e5 ett sted, ikke over alt. Engasjer, administrer, tjen penger - og voks. Alt p\u00e5 myflow.","breadcrumb":{"@id":"https:\/\/myflow.io\/pricing\/#breadcrumb"},"inLanguage":"nb-NO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/myflow.io\/pricing\/"]}]},{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/myflow.io\/pricing\/#primaryimage","url":"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png","contentUrl":"https:\/\/myflow.io\/wp-content\/uploads\/2024\/02\/myflow_logo_2024.png"},{"@type":"BreadcrumbList","@id":"https:\/\/myflow.io\/pricing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/myflow.io\/"},{"@type":"ListItem","position":2,"name":"Pricing"}]},{"@type":"WebSite","@id":"https:\/\/myflow.io\/#website","url":"https:\/\/myflow.io\/","name":"myflow","description":"","publisher":{"@id":"https:\/\/myflow.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/myflow.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nb-NO"},{"@type":"Organization","@id":"https:\/\/myflow.io\/#organization","name":"myflow","url":"https:\/\/myflow.io\/","logo":{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/myflow.io\/#\/schema\/logo\/image\/","url":"https:\/\/myflow.io\/wp-content\/uploads\/2024\/03\/Asset-18.svg","contentUrl":"https:\/\/myflow.io\/wp-content\/uploads\/2024\/03\/Asset-18.svg","width":88,"height":75,"caption":"myflow"},"image":{"@id":"https:\/\/myflow.io\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/myflow.io\/nb\/wp-json\/wp\/v2\/pages\/1286","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myflow.io\/nb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myflow.io\/nb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myflow.io\/nb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myflow.io\/nb\/wp-json\/wp\/v2\/comments?post=1286"}],"version-history":[{"count":306,"href":"https:\/\/myflow.io\/nb\/wp-json\/wp\/v2\/pages\/1286\/revisions"}],"predecessor-version":[{"id":13357,"href":"https:\/\/myflow.io\/nb\/wp-json\/wp\/v2\/pages\/1286\/revisions\/13357"}],"wp:attachment":[{"href":"https:\/\/myflow.io\/nb\/wp-json\/wp\/v2\/media?parent=1286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}