{"id":4379,"date":"2022-11-10T09:27:11","date_gmt":"2022-11-10T09:27:11","guid":{"rendered":"https:\/\/maileon.com\/?page_id=4379"},"modified":"2025-06-30T15:25:09","modified_gmt":"2025-06-30T15:25:09","slug":"integrations","status":"publish","type":"page","link":"https:\/\/maileon.com\/hu\/integrations\/","title":{"rendered":"Integr\u00e1ci\u00f3k"},"content":{"rendered":"<div\n    class=\"shape-hero-white block-hero-top-curve-sm bg-[length:auto_100%] bg-white bg-right-top lg:bg-right-top bg-no-repeat relative mb-14\">\n    <div class=\"container text-black flex flex-col justify-center items-start px-5 md:px-10 xl:px-40 pt-20\">\n        <div class=\"flex flex-col w-full md:w-2\/3 lg:w-1\/2\">\n            <div class=\"flex flex-col w-full\">\n                \n                    <h2 class=\"heading-1\">\n       Egyszer\u0171 \u00e9s biztons\u00e1gos \u00f6sszekapcsol\u00e1s\n    <\/h2>\n                <div class=\"prose text-lg\">\n                    <p>Z\u00f6kken\u0151mentes integr\u00e1ci\u00f3ink biztos\u00edtj\u00e1k rendszereid hat\u00e9kony \u00e9s optim\u00e1lis m\u0171k\u00f6d\u00e9s\u00e9t!<\/p>\n<p>A REST API, a RubyGems, a PHP \u00e9s az FTP lehet\u0151v\u00e9 teszi az egyedi \u00f6sszekapcsol\u00e1st a legfontosabb szoftverek k\u00f6z\u00f6tt.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n                    <\/div>\n<\/div>\n\n\n\n<div class=\"bg-gray-light\">\n    <div class=\"container pt-8 md:pt-16 lg:pt-20 pb-16 lg:pb-36 px-5 md:px-10 xl:px-40\">\n        <div class=\"space-y-0 lg:space-y-10\">\n                <h1 class=\"heading-3 text-primary-500\">\n       Integr\u00e1ci\u00f3k\n    <\/h1>            <div\n                x-data=\"{\n                    term: (new URLSearchParams(location.search).get('term') || ''),\n                    tags: (new URLSearchParams(location.search).get('tags') || '').split(',').filter(function(x) { return !!x }),\n\n                    items: [],\n\n                    isInitialized: false,\n                    isLoading: false,\n\n                    get isSearching() {\n                        return !(this.tags.length == 0 &#038;&#038; this.term.length == 0)\n                    },\n\n                    get hasSearchResults() {\n                        console.log(this.items.length)\n                        return this.items.length != 0;\n                    },\n\n                    updateParametersInUrl() {\n                        const url = new URL(window.location.href);\n\n                        url.searchParams.set('tags', this.tags.join(','));\n                        url.searchParams.set('term', this.term);\n\n                        history.replaceState(null, document.title, url.toString());\n                    },\n\n                    async loadItems() {\n                        if (!this.isSearching) {\n                            this.items = [];\n                            return;\n                        }\n\n                        this.isLoading = true;\n\n                        const query = new URLSearchParams({\n                            acf_format: 'standard',\n                            per_page: 100,\n                            search: this.term,\n                            integration_type: this.tags.join(','),\n                        })\n\n                        if (this.tags.length == 0) {\n                            query.delete('integration_type')\n                        }\n\n                        if (this.term.length == 0) {\n                            query.delete('term')\n                        }\n\n                        const url = 'https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/integrations?' + query.toString();\n\n                        const response = (await fetch(url));\n\n                        if (response.status !== 200) {\n                            this.items = [];\n                            this.isLoading = false;\n                            return;\n                        }\n\n                        this.items = await response.json();\n                        console.log('response', this.items)\n                        this.isLoading = false;\n\n                        return true;\n                    }\n                }\"\n                x-init=\"\n                    await loadItems()\n\n                    $watch('tags', function (value) {\n                        updateParametersInUrl()\n                        loadItems()\n                    });\n\n                    $watch('term', function () {\n                        updateParametersInUrl()\n                        loadItems()\n                    });\n\n                    isInitialized = true;\n                \"\n                x-cloak\n                class=\"flex flex-col lg:flex-row space-y-6 lg:space-y-0\"\n            >\n\n                <!-- region filters-->\n\n                <div class=\"w-1\/4 filters hidden lg:block space-y-8\">\n                    <div>\n                        <h5 class=\"heading-5 text-primary-500\">\n                            Tal\u00e1latok sz\u0171k\u00edt\u00e9se                        <\/h5>\n                    <\/div>\n                    <div class=\"space-y-5\">\n                                                    <div class=\"relative flex items-start\">\n                                <div class=\"flex h-5 items-center\">\n                                    <input\n                                        type=\"checkbox\"\n                                        id=\"filters-29\"\n                                        name=\"filters-29\"\n                                        value=\"29\"\n                                        x-model=\"tags\"\n                                        class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                    \/>\n                                <\/div>\n                                <div class=\"ml-4\">\n                                    <label for=\"filters-29\" class=\"font-medium text-black\">\n                                        CDP                                    <\/label>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"relative flex items-start\">\n                                <div class=\"flex h-5 items-center\">\n                                    <input\n                                        type=\"checkbox\"\n                                        id=\"filters-40\"\n                                        name=\"filters-40\"\n                                        value=\"40\"\n                                        x-model=\"tags\"\n                                        class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                    \/>\n                                <\/div>\n                                <div class=\"ml-4\">\n                                    <label for=\"filters-40\" class=\"font-medium text-black\">\n                                        CMS                                    <\/label>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"relative flex items-start\">\n                                <div class=\"flex h-5 items-center\">\n                                    <input\n                                        type=\"checkbox\"\n                                        id=\"filters-22\"\n                                        name=\"filters-22\"\n                                        value=\"22\"\n                                        x-model=\"tags\"\n                                        class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                    \/>\n                                <\/div>\n                                <div class=\"ml-4\">\n                                    <label for=\"filters-22\" class=\"font-medium text-black\">\n                                        CRM                                    <\/label>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"relative flex items-start\">\n                                <div class=\"flex h-5 items-center\">\n                                    <input\n                                        type=\"checkbox\"\n                                        id=\"filters-31\"\n                                        name=\"filters-31\"\n                                        value=\"31\"\n                                        x-model=\"tags\"\n                                        class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                    \/>\n                                <\/div>\n                                <div class=\"ml-4\">\n                                    <label for=\"filters-31\" class=\"font-medium text-black\">\n                                        Egy\u00e9b rendszerek                                    <\/label>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"relative flex items-start\">\n                                <div class=\"flex h-5 items-center\">\n                                    <input\n                                        type=\"checkbox\"\n                                        id=\"filters-23\"\n                                        name=\"filters-23\"\n                                        value=\"23\"\n                                        x-model=\"tags\"\n                                        class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                    \/>\n                                <\/div>\n                                <div class=\"ml-4\">\n                                    <label for=\"filters-23\" class=\"font-medium text-black\">\n                                        Elemz\u00e9s \u00e9s k\u00f6vet\u00e9s                                    <\/label>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"relative flex items-start\">\n                                <div class=\"flex h-5 items-center\">\n                                    <input\n                                        type=\"checkbox\"\n                                        id=\"filters-28\"\n                                        name=\"filters-28\"\n                                        value=\"28\"\n                                        x-model=\"tags\"\n                                        class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                    \/>\n                                <\/div>\n                                <div class=\"ml-4\">\n                                    <label for=\"filters-28\" class=\"font-medium text-black\">\n                                        ERP                                    <\/label>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"relative flex items-start\">\n                                <div class=\"flex h-5 items-center\">\n                                    <input\n                                        type=\"checkbox\"\n                                        id=\"filters-39\"\n                                        name=\"filters-39\"\n                                        value=\"39\"\n                                        x-model=\"tags\"\n                                        class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                    \/>\n                                <\/div>\n                                <div class=\"ml-4\">\n                                    <label for=\"filters-39\" class=\"font-medium text-black\">\n                                        Integr\u00e1ci\u00f3s k\u00f6zpontok                                    <\/label>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"relative flex items-start\">\n                                <div class=\"flex h-5 items-center\">\n                                    <input\n                                        type=\"checkbox\"\n                                        id=\"filters-20\"\n                                        name=\"filters-20\"\n                                        value=\"20\"\n                                        x-model=\"tags\"\n                                        class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                    \/>\n                                <\/div>\n                                <div class=\"ml-4\">\n                                    <label for=\"filters-20\" class=\"font-medium text-black\">\n                                        Webshop rendszerek                                    <\/label>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                <\/div>\n\n                <!-- endregion -->\n\n                <!-- region mobile filter -->\n\n                <div\n                    class=\"block lg:hidden\"\n                    x-data=\"{ mobileFilterDrawerOpen: false }\"\n                >\n\n                    <!-- region backdrop -->\n\n                    <div\n                        x-cloak\n                        class=\"fixed top-0 left-0 right-0 bottom-0 bg-black z-50\"\n                        @click=\"mobileFilterDrawerOpen=false\"\n                        :class=\"{ 'opacity-50 pointer-events-auto cursor-pointer transition-opacity ease-out duration-500': mobileFilterDrawerOpen, 'opacity-0 pointer-events-none cursor-default transition-opacity ease-out duration-500': !mobileFilterDrawerOpen }\"\n                    >\n                    <\/div>\n\n                    <!-- endregion -->\n\n                    <div\n                        x-cloak\n                        class=\"mobile-menu fixed overflow-hidden md:w-80 container-padding-menu px-0 top-0 left-0 right-5 bg-white flex flex-col items-stretch z-50 transition-all duration-300 ease-out -translate-x-full\"\n                        :class=\"{'-translate-x-full transition-all pointer-events-none ease-in lg:pointer-events-auto': !mobileFilterDrawerOpen, 'translate-x-0 pointer-events-auto': mobileFilterDrawerOpen}\"\n                    >\n\n                        <svg class=\"absolute right-4 top-4 z-50 flex-initial w-9 h-9 py-2 m-0 cursor-pointer pointer-events-auto\" @click=\"mobileFilterDrawerOpen = false;\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <mask id=\"mask0_1761_121519\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"2\" y=\"2\" width=\"16\" height=\"15\">\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" class=\"fill-secondary\" d=\"M17.2302 5.62014C17.3034 5.54692 17.3034 5.4282 17.2302 5.35498L14.3455 2.47023C14.2722 2.39701 14.1535 2.39701 14.0803 2.47023L10.1453 6.40526C10.0721 6.47848 9.95334 6.47848 9.88011 6.40526L5.94521 2.47035C5.87198 2.39713 5.75327 2.39713 5.68004 2.47035L2.79529 5.3551C2.72207 5.42832 2.72207 5.54704 2.79529 5.62027L6.7302 9.55517C6.80342 9.6284 6.80342 9.74711 6.7302 9.82034L2.79579 13.7547C2.72257 13.828 2.72257 13.9467 2.79579 14.0199L5.68054 16.9047C5.75376 16.9779 5.87248 16.9779 5.94571 16.9047L9.88011 12.9703C9.95334 12.897 10.0721 12.897 10.1453 12.9703L14.0798 16.9048C14.153 16.978 14.2718 16.978 14.345 16.9048L17.2297 14.02C17.3029 13.9468 17.3029 13.8281 17.2297 13.7549L13.2952 9.82034C13.222 9.74711 13.222 9.6284 13.2952 9.55517L17.2302 5.62014Z\"><\/path>\n                            <\/mask>\n                            <g mask=\"url(#mask0_1761_121519)\">\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" class=\"fill-primary\" d=\"M17.2302 5.62014C17.3034 5.54692 17.3034 5.4282 17.2302 5.35498L14.3455 2.47023C14.2722 2.39701 14.1535 2.39701 14.0803 2.47023L10.1453 6.40526C10.0721 6.47848 9.95334 6.47848 9.88011 6.40526L5.94521 2.47035C5.87198 2.39713 5.75327 2.39713 5.68004 2.47035L2.79529 5.3551C2.72207 5.42832 2.72207 5.54704 2.79529 5.62027L6.7302 9.55517C6.80342 9.6284 6.80342 9.74711 6.7302 9.82034L2.79579 13.7547C2.72257 13.828 2.72257 13.9467 2.79579 14.0199L5.68054 16.9047C5.75376 16.9779 5.87248 16.9779 5.94571 16.9047L9.88011 12.9703C9.95334 12.897 10.0721 12.897 10.1453 12.9703L14.0798 16.9048C14.153 16.978 14.2718 16.978 14.345 16.9048L17.2297 14.02C17.3029 13.9468 17.3029 13.8281 17.2297 13.7549L13.2952 9.82034C13.222 9.74711 13.222 9.6284 13.2952 9.55517L17.2302 5.62014Z\"><\/path>\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" class=\"fill-secondary\" d=\"M17.2302 4.26077C17.3034 4.18754 17.3034 4.06883 17.2302 3.9956L14.3455 1.11085C14.2722 1.03763 14.1535 1.03763 14.0803 1.11085L10.1453 5.04588C10.0721 5.11911 9.95334 5.11911 9.88011 5.04588L5.94521 1.11098C5.87198 1.03775 5.75327 1.03775 5.68004 1.11098L2.79529 3.99573C2.72207 4.06895 2.72207 4.18767 2.79529 4.26089L6.7302 8.1958C6.80342 8.26902 6.80342 8.38774 6.7302 8.46096L2.79579 12.3954C2.72257 12.4686 2.72257 12.5873 2.79579 12.6605L5.68054 15.5453C5.75376 15.6185 5.87248 15.6185 5.94571 15.5453L9.88011 11.6109C9.95334 11.5377 10.0721 11.5377 10.1453 11.6109L14.0798 15.5454C14.153 15.6186 14.2718 15.6186 14.345 15.5454L17.2297 12.6607C17.3029 12.5874 17.3029 12.4687 17.2297 12.3955L13.2952 8.46096C13.222 8.38774 13.222 8.26902 13.2952 8.1958L17.2302 4.26077Z\"><\/path>\n                            <\/g>\n                        <\/svg>\n\n                        <div class=\"grow flex flex-col\">\n\n                            <div class=\"flex-none w-full flex p-5 border-b border-black border-opacity-10 items-center\">\n                                <h5 class=\"heading-5 text-primary-500\">\n                                    Tal\u00e1latok sz\u0171k\u00edt\u00e9se                                <\/h5>\n                            <\/div>\n\n                            <!-- region filter list -->\n\n                            <div class=\"grow h-20 px-5 py-6 space-y-6 overflow-scroll\">\n                                                                    <div class=\"relative flex items-start\">\n                                        <div class=\"flex h-5 items-center\">\n                                            <input\n                                                type=\"checkbox\"\n                                                id=\"filters-sm-29\"\n                                                name=\"filters-29\"\n                                                value=\"29\"\n                                                x-model=\"tags\"\n                                                class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                            \/>\n                                        <\/div>\n                                        <div class=\"ml-4\">\n                                            <label for=\"filters-sm-29\" class=\"font-medium text-black\">\n                                                CDP                                            <\/label>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"relative flex items-start\">\n                                        <div class=\"flex h-5 items-center\">\n                                            <input\n                                                type=\"checkbox\"\n                                                id=\"filters-sm-40\"\n                                                name=\"filters-40\"\n                                                value=\"40\"\n                                                x-model=\"tags\"\n                                                class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                            \/>\n                                        <\/div>\n                                        <div class=\"ml-4\">\n                                            <label for=\"filters-sm-40\" class=\"font-medium text-black\">\n                                                CMS                                            <\/label>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"relative flex items-start\">\n                                        <div class=\"flex h-5 items-center\">\n                                            <input\n                                                type=\"checkbox\"\n                                                id=\"filters-sm-22\"\n                                                name=\"filters-22\"\n                                                value=\"22\"\n                                                x-model=\"tags\"\n                                                class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                            \/>\n                                        <\/div>\n                                        <div class=\"ml-4\">\n                                            <label for=\"filters-sm-22\" class=\"font-medium text-black\">\n                                                CRM                                            <\/label>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"relative flex items-start\">\n                                        <div class=\"flex h-5 items-center\">\n                                            <input\n                                                type=\"checkbox\"\n                                                id=\"filters-sm-31\"\n                                                name=\"filters-31\"\n                                                value=\"31\"\n                                                x-model=\"tags\"\n                                                class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                            \/>\n                                        <\/div>\n                                        <div class=\"ml-4\">\n                                            <label for=\"filters-sm-31\" class=\"font-medium text-black\">\n                                                Egy\u00e9b rendszerek                                            <\/label>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"relative flex items-start\">\n                                        <div class=\"flex h-5 items-center\">\n                                            <input\n                                                type=\"checkbox\"\n                                                id=\"filters-sm-23\"\n                                                name=\"filters-23\"\n                                                value=\"23\"\n                                                x-model=\"tags\"\n                                                class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                            \/>\n                                        <\/div>\n                                        <div class=\"ml-4\">\n                                            <label for=\"filters-sm-23\" class=\"font-medium text-black\">\n                                                Elemz\u00e9s \u00e9s k\u00f6vet\u00e9s                                            <\/label>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"relative flex items-start\">\n                                        <div class=\"flex h-5 items-center\">\n                                            <input\n                                                type=\"checkbox\"\n                                                id=\"filters-sm-28\"\n                                                name=\"filters-28\"\n                                                value=\"28\"\n                                                x-model=\"tags\"\n                                                class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                            \/>\n                                        <\/div>\n                                        <div class=\"ml-4\">\n                                            <label for=\"filters-sm-28\" class=\"font-medium text-black\">\n                                                ERP                                            <\/label>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"relative flex items-start\">\n                                        <div class=\"flex h-5 items-center\">\n                                            <input\n                                                type=\"checkbox\"\n                                                id=\"filters-sm-39\"\n                                                name=\"filters-39\"\n                                                value=\"39\"\n                                                x-model=\"tags\"\n                                                class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                            \/>\n                                        <\/div>\n                                        <div class=\"ml-4\">\n                                            <label for=\"filters-sm-39\" class=\"font-medium text-black\">\n                                                Integr\u00e1ci\u00f3s k\u00f6zpontok                                            <\/label>\n                                        <\/div>\n                                    <\/div>\n                                                                    <div class=\"relative flex items-start\">\n                                        <div class=\"flex h-5 items-center\">\n                                            <input\n                                                type=\"checkbox\"\n                                                id=\"filters-sm-20\"\n                                                name=\"filters-20\"\n                                                value=\"20\"\n                                                x-model=\"tags\"\n                                                class=\"h-7 w-7 rounded-lg border-gray-300 accent-primary\"\n                                            \/>\n                                        <\/div>\n                                        <div class=\"ml-4\">\n                                            <label for=\"filters-sm-20\" class=\"font-medium text-black\">\n                                                Webshop rendszerek                                            <\/label>\n                                        <\/div>\n                                    <\/div>\n                                                            <\/div>\n\n                            <!-- endregion -->\n\n                            <div class=\"flex-none w-full flex p-5 border-t border-black border-opacity-10 items-center\">\n                                <a class=\"btn btn-secondary w-full\" @click=\"mobileFilterDrawerOpen = false\">\n                                    Bez\u00e1r\u00e1s                                <\/a>\n                            <\/div>\n\n                        <\/div>\n\n\n                    <\/div>\n\n                    <a class=\"btn btn-secondary w-full space-x-2\" @click=\"mobileFilterDrawerOpen = !mobileFilterDrawerOpen\">\n                        <span>Tal\u00e1latok sz\u0171k\u00edt\u00e9se<\/span>\n                            <svg class=\"inline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <g clip-path=\"url(#clip0_2301_9904)\">\n            <path d=\"M10 18H14V16H10V18ZM3 6V8H21V6H3ZM6 13H18V11H6V13Z\" fill=\"white\"\/>\n        <\/g>\n        <defs>\n            <clipPath id=\"clip0_2301_9904\">\n                <rect width=\"24\" height=\"24\" fill=\"white\"\/>\n            <\/clipPath>\n        <\/defs>\n    <\/svg>                    <\/a>\n\n                <\/div>\n\n                <!-- endregion -->\n\n                <div\n                    x-show=\"isInitialized\"\n                    class=\"w-full lg:w-3\/4 flex flex-col space-y-8  transition transition-opacity\"\n                >\n\n                    <!-- region searchbar -->\n\n                    \n                    <!-- region results -->\n\n                    <div class=\"results h-full\" x-bind:class=\"{ 'opacity-25': isLoading }\">\n\n                        <template x-if=\"!isSearching\">\n                            <div class=\"integrations-default grid grid-cols-1 md:grid-cols-3 gap-4 auto-rows-fr\">\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/integrations-unas\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2025\/06\/unaslogo.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Az UNAS sz\u00e1mos funkci\u00f3t \u00e9s eszk\u00f6zt k\u00edn\u00e1l az online \u00e1ruh\u00e1zak folyamatainek z\u00f6kken\u0151mentes megszervez\u00e9s\u00e9hez.                                         <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/integrations-shoprenter-compact\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2025\/06\/shoprenter-horizontal-default.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            A Shoprenter egy k\u00f6zkedvelt, magyar online \u00e1ruh\u00e1z platform, amely a Maileon fejlett funkci\u00f3ival kieg\u00e9sz\u00edtve marketing sv\u00e1jcibicsk\u00e1v\u00e1 v\u00e1lik a kezedben.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/cas\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-6.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            CAS CRM offers a wide range of functions for document management, sales control, marketing, service, and address management.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/buckles-io\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-5.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Buckles.io links shop systems, sales channels, e-fulfilment and marketing automation platforms with each other, giving users full control over all e-commerce data sources.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/zoho-crm\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-23.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Zoho CRM is a powerful CRM system that helps businesses of all sizes acquire more customers, create customer interactions, and increase sales.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/zapier\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-22.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Zapier has over 5,000 integrations and can connect almost all existing online services in a time-saving and hassle-free manner.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/wordpress\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-30.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Integr\u00e1ld a WordPress-t a Maileon e-mail marketing eszk\u00f6z\u00e9vel n\u00e9h\u00e1ny egyszer\u0171 l\u00e9p\u00e9sben, \u00e9s haszn\u00e1ld ki a hat\u00e9kony, rendszerek k\u00f6z\u00f6tti funkci\u00f3kat, amelyek bizony\u00edtottan n\u00f6velik a v\u00e1s\u00e1rl\u00f3i lojalit\u00e1st \u00e9s a konverzi\u00f3s ar\u00e1nyt.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/integrations-woocommerce\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-21.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            A WooCommerce egy ingyenes b\u0151v\u00edtm\u00e9ny a WordPress-hez, amely online \u00e1ruh\u00e1z funkci\u00f3val b\u0151v\u00edti a tartalomkezel\u0151 rendszert.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/typo-3\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-20.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            A Typo3 CMS egy rugalmas \u00e9s nagy teljes\u00edtm\u00e9ny\u0171 tartalomkezel\u0151 rendszer weboldalak sz\u00e1m\u00e1ra. K\u00e9sz\u00edts \u00e9s kezelj tartalmakat sz\u00f6veges, k\u00e9pi \u00e9s vide\u00f3s form\u00e1tumban.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/teamleader\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-29.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Teamleader is a web-based CRM system that supports any processes and workflows and facilitates them with useful functions and automations.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/shopware\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-28.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Maileon\u2019s email marketing solution lets you optimise customer communications for your Shopware shop. Integrate Maileon and Shopware for the widest range of cross-system features that help grow your business.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/integrations-shopify\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-27.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Looking for the ideal email marketing integration for your Shopify shop? Maileon gives you the widest range of innovative tools and cross-system features, all designed to grow your business.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/sap-idoc\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-19.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            SAP IDoc is a data container that enables data exchange between SAP systems via syntax and semantics.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/salesforce\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-18.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Salesforce is a leading CRM system that helps companies optimise their customer and sales processes, strengthen their customer relationships, and thereby increase revenue.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/sage\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-17.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Sage is a powerful CRM system that enables an increase in business productivity and optimization of customer interaction.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/prestashop\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-16.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            PrestaShop is a modular shop system that is suitable for small businesses as well as medium and large companies.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/pipedrive\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-26.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Ready to boost customer loyalty while getting even better data insights from your contacts? The Maileon integration for Pipedrive gives you the best cross-system features designed to automate and optimise your email marketing campaigns.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/oxid\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-15.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            The Oxid software is a modular shop system that is suitable for small businesses as well as for medium and large companies.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/microsoft-dynamics\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-14.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Microsoft Dynamics is an innovative and powerful ERP software suitable for businesses of all sizes.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/integrations-matomo\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-25.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            The Maileon-Matomo integration gives you cross-system tracking options for your campaigns. Benefit from detailed click and conversion metrics for your recipients.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/magento\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-24.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Optimise your e-commerce marketing with Maileon\u2019s email marketing solution. Integrate Maileon into your Magento shop for a full range of features that boost your business.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/leadforensics\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-1.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Connect LeadForensics to Maileon\u2019s email marketing solution in just a few steps and benefit from detailed engagement analyses for your email campaigns and contacts.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/kufer\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-13.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            KuferSQL is a course and seminar management software that supports training institutions in their daily tasks and processes.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/jtl\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-12.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            JTL is a flexible and scalable shop system that has all the features an online shop owner needs.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/hubspot\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-3.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Maileon is the email marketing solution for HubSpot that boosts customer loyalty and lets you get more out of your subscriber data. Benefit from powerful cross-system features built to optimise your email marketing campaigns and boost conversion.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/google-tag-manager\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-2.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Connect the Google Tag Manager with Maileon\u2019s email marketing solution in just a few easy steps and benefit from cross-system conversion tracking for your marketing campaigns. Compare your campaigns\u2019 performance and gain powerful insights to fine-tune your marketing strategy.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/google-bigquery\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-11.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            BigQuery is a serverless data warehouse on the Google Cloud Platform that enables scalable, cost-effective and fast analysis of data.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/google-analytics\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Integrating Google Analytics into your Maileon email marketing system gives you all your campaign\u2019s KPIs at a glance, plus detailed engagement metrics on your website\u2019s contacts.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/gambio\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-10.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Gambio is a flexible shop system with a wide range of functions. Developed in Germany, it meets all the requirements for legal compliance and is used by both small and large businesses and agencies.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/firstspirit\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-9.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            A FirstSpirit egy vezet\u0151 tartalomkezel\u0151 rendszer, amely egyar\u00e1nt alkalmas nagy nemzetk\u00f6zi v\u00e1llalatok \u00e9s egyszer\u0171 weboldalak sz\u00e1m\u00e1ra.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/econda\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-8.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Econda is a cloud-based customer data platform, provides reliable data in real-time and is mainly designed for online shops.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/drupal\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-7.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            A Drupal egy rugalmas \u00e9s nagy teljes\u00edtm\u00e9ny\u0171 tartalomkezel\u0151 rendszer, amely modul\u00e1ris fel\u00e9p\u00edt\u00e9s\u00e9nek k\u00f6sz\u00f6nhet\u0151en lehet\u0151v\u00e9 teszi a sz\u00f6veges, k\u00e9pes \u00e9s vide\u00f3s tartalmak gyors \u00e9s egyszer\u0171 kezel\u00e9s\u00e9t.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/hu\/integrations\/datatrics\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/12\/logos-for-integration-4.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Datatrics is a customer data platform that collects data on user behaviour from websites.                                        <\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n\n                                                            <\/div>\n                        <\/template>\n\n                        <template x-if=\"isSearching &#038;&#038; hasSearchResults\">\n                            <div class=\"integrations-filtered grid grid-cols-1 md:grid-cols-3 gap-4 auto-rows-fr\">\n                                <template x-for=\"item in items\">\n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" x-bind:href=\"item.link\">\n                                        <img x-bind:src=\"item.acf.icon\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\" x-text=\"item.acf.summary\"><\/p>\n                                        <div class=\"flex-none text-right\">\n                                                <svg \n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 ml-auto fill-secondary translate-x-0 group-hover:translate-x-2 transition-transform duration-500\" viewBox=\"0 0 20 20\"\n    >\n        <use xlink:href=\"#right-arrow\"><\/use>\n        <defs>\n            <path \n                id=\"right-arrow\" \n                fill-rule=\"evenodd\"\n                d=\"M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z\"\n                clip-rule=\"evenodd\" \n            \/>\n        <\/defs>\n    <\/svg>                                        <\/div>\n                                    <\/a>\n                                <\/template>\n                            <\/div>\n                        <\/template>\n\n                        <template x-if=\"isSearching &#038;&#038; !hasSearchResults &#038;&#038; !isLoading\">\n                            <div class=\"h-full flex flex-col items-center justify-center p-4 space-y-4\">\n\n                                <span class=\"\">\n                                    We couldn\u2019t find an integration that matches your request                                <\/span>\n\n                                <a href=\"https:\/\/maileon.com\/hu\/integrations\/\" class=\"underline text-primary-500\">\n                                    You can search by name or category                                <\/a>\n\n                            <\/div>\n                        <\/template>\n\n                    <\/div>\n\n                    <!-- endregion -->\n\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Integr\u00e1ci\u00f3k<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"class_list":["post-4379","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v26.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Integrations: standard &amp; custom | Maileon<\/title>\n<meta name=\"description\" content=\"Our seamless integrations guarantee an efficient and optimal use of your systems. Discover more about connecting all your essential software.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/maileon.com\/hu\/integrations\/\" \/>\n<meta property=\"og:locale\" content=\"hu_HU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integr\u00e1ci\u00f3k\" \/>\n<meta property=\"og:description\" content=\"Our seamless integrations guarantee an efficient and optimal use of your systems. Discover more about connecting all your essential software.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/maileon.com\/hu\/integrations\/\" \/>\n<meta property=\"og:site_name\" content=\"Maileon\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-30T15:25:09+00:00\" \/>\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=\"1 perc\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/maileon.com\/hu\/integrations\/\",\"url\":\"https:\/\/maileon.com\/hu\/integrations\/\",\"name\":\"Integrations: standard & custom | Maileon\",\"isPartOf\":{\"@id\":\"https:\/\/maileon.com\/hu\/#website\"},\"datePublished\":\"2022-11-10T09:27:11+00:00\",\"dateModified\":\"2025-06-30T15:25:09+00:00\",\"description\":\"Our seamless integrations guarantee an efficient and optimal use of your systems. Discover more about connecting all your essential software.\",\"breadcrumb\":{\"@id\":\"https:\/\/maileon.com\/hu\/integrations\/#breadcrumb\"},\"inLanguage\":\"hu\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/maileon.com\/hu\/integrations\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/maileon.com\/hu\/integrations\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/maileon.com\/hu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integr\u00e1ci\u00f3k\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/maileon.com\/hu\/#website\",\"url\":\"https:\/\/maileon.com\/hu\/\",\"name\":\"Maileon\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/maileon.com\/hu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/maileon.com\/hu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"hu\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/maileon.com\/hu\/#organization\",\"name\":\"Maileon\",\"url\":\"https:\/\/maileon.com\/hu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"hu\",\"@id\":\"https:\/\/maileon.com\/hu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/08\/logo.png\",\"contentUrl\":\"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/08\/logo.png\",\"width\":168,\"height\":33,\"caption\":\"Maileon\"},\"image\":{\"@id\":\"https:\/\/maileon.com\/hu\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Integrations: standard & custom | Maileon","description":"Our seamless integrations guarantee an efficient and optimal use of your systems. Discover more about connecting all your essential software.","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:\/\/maileon.com\/hu\/integrations\/","og_locale":"hu_HU","og_type":"article","og_title":"Integr\u00e1ci\u00f3k","og_description":"Our seamless integrations guarantee an efficient and optimal use of your systems. Discover more about connecting all your essential software.","og_url":"https:\/\/maileon.com\/hu\/integrations\/","og_site_name":"Maileon","article_modified_time":"2025-06-30T15:25:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 perc"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/maileon.com\/hu\/integrations\/","url":"https:\/\/maileon.com\/hu\/integrations\/","name":"Integrations: standard & custom | Maileon","isPartOf":{"@id":"https:\/\/maileon.com\/hu\/#website"},"datePublished":"2022-11-10T09:27:11+00:00","dateModified":"2025-06-30T15:25:09+00:00","description":"Our seamless integrations guarantee an efficient and optimal use of your systems. Discover more about connecting all your essential software.","breadcrumb":{"@id":"https:\/\/maileon.com\/hu\/integrations\/#breadcrumb"},"inLanguage":"hu","potentialAction":[{"@type":"ReadAction","target":["https:\/\/maileon.com\/hu\/integrations\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/maileon.com\/hu\/integrations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/maileon.com\/hu\/"},{"@type":"ListItem","position":2,"name":"Integr\u00e1ci\u00f3k"}]},{"@type":"WebSite","@id":"https:\/\/maileon.com\/hu\/#website","url":"https:\/\/maileon.com\/hu\/","name":"Maileon","description":"","publisher":{"@id":"https:\/\/maileon.com\/hu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/maileon.com\/hu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"hu"},{"@type":"Organization","@id":"https:\/\/maileon.com\/hu\/#organization","name":"Maileon","url":"https:\/\/maileon.com\/hu\/","logo":{"@type":"ImageObject","inLanguage":"hu","@id":"https:\/\/maileon.com\/hu\/#\/schema\/logo\/image\/","url":"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/08\/logo.png","contentUrl":"https:\/\/maileon.com\/app\/uploads\/sites\/4\/2022\/08\/logo.png","width":168,"height":33,"caption":"Maileon"},"image":{"@id":"https:\/\/maileon.com\/hu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/pages\/4379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/comments?post=4379"}],"version-history":[{"count":7,"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/pages\/4379\/revisions"}],"predecessor-version":[{"id":11370,"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/pages\/4379\/revisions\/11370"}],"wp:attachment":[{"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/media?parent=4379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/maileon.com\/hu\/wp-json\/wp\/v2\/categories?post=4379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}