{"id":4379,"date":"2022-11-10T09:27:11","date_gmt":"2022-11-10T09:27:11","guid":{"rendered":"https:\/\/maileon.com\/?page_id=4379"},"modified":"2022-12-13T14:49:21","modified_gmt":"2022-12-13T14:49:21","slug":"integrations","status":"publish","type":"page","link":"https:\/\/maileon.com\/it\/integrations\/","title":{"rendered":"Integrations"},"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       Seamlessly connected\n    <\/h2>\n                <div class=\"prose text-lg\">\n                    <p>Our seamless integrations guarantee efficient and optimal use of your systems.<\/p>\n<p>The REST API, RubyGems, PHP, and FTP also enable custom integrations between all your essential software.<\/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       Integrations\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\/it\/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                            Filter on                        <\/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-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                                        Analytics &amp; Tracking                                    <\/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-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-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                                        Integration hub                                    <\/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                                        Other systems                                    <\/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-41\"\n                                        name=\"filters-41\"\n                                        value=\"41\"\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-41\" class=\"font-medium text-black\">\n                                        PMS                                    <\/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                                        Shop systems                                    <\/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-25\"\n                                        name=\"filters-25\"\n                                        value=\"25\"\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-25\" class=\"font-medium text-black\">\n                                        Social media                                    <\/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                                    Filter on                                <\/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-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                                                Analytics &amp; Tracking                                            <\/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-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-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                                                Integration hub                                            <\/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                                                Other systems                                            <\/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-41\"\n                                                name=\"filters-41\"\n                                                value=\"41\"\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-41\" class=\"font-medium text-black\">\n                                                PMS                                            <\/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                                                Shop systems                                            <\/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-25\"\n                                                name=\"filters-25\"\n                                                value=\"25\"\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-25\" class=\"font-medium text-black\">\n                                                Social media                                            <\/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                                    Close                                <\/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>Filter on<\/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\/it\/integrations\/make\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/07\/Make-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Make is a middleware that seamlessly connects to various applications and services to simplify and optimise complex business 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\/it\/integrations\/adpage\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/07\/Make-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            AdPage is a landing page builder that enables the quick and easy creation of personalised landing pages, surveys and payment pages.                                        <\/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\/it\/integrations\/apaleo\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/07\/Apaleo-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Apaleo is API-first property management system empowering hotel &#038; apartment groups to create the ultimate experience for guests &#038; staff.                                        <\/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\/it\/integrations\/buckles-io\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/guestline\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/07\/Guestline-Integration.jpg\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Guestline is an all-in-one hospitality software for hoteliers seeking better guest service, improved operations and higher margins.                                        <\/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\/it\/integrations\/ccv-shop\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/07\/CCV-Shop-Integration-Overview.jpg\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            CCV Shop is an all-in-one solution for online shops that offers all relevant services, such as hosting, updates and support.                                        <\/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\/it\/integrations\/plentymarkets\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/plentymarkets-Integration2.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Plentymarkets\u00a0is a\u00a0cloud-based and highly scalable solution for e-commerce merchants, that offers marketplace integration, data feeds, optimisation and price analysis.                                        <\/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\/it\/integrations\/trusted-shops\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/TrustedShops-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Trusted Shops is a rating platform that provides online retailers with a seal with rating stars.                                        <\/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\/it\/integrations\/xing-events\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Xing-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            XING Events is a platform for data-driven attendee acquisition &#038; 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\/it\/integrations\/outbrain\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Outbrain-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Outbrain is a provider of native ad solutions for advertisers.                                        <\/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\/it\/integrations\/revive\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Revive-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Revive is open source ad serving software for online ad serving, campaign management, campaign performance tracking and reporting.                                        <\/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\/it\/integrations\/adition\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Adition-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            The Adition ad server platform offers a range of functions to support users in the management, monitoring and planning of advertising activities.                                        <\/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\/it\/integrations\/facebook-lead-ads\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Facebook-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Facebook Lead Ads are used to drive subscriptions to\r\nnewsletters, follow-up calls and\r\ncompany information.                                        <\/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\/it\/integrations\/leadsbridge\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/LeadsBridge-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            LeadsBridge is an all-in-one lead generation platform that connects over 380 different lead generation tools, CRMs and email marketing systems.                                        <\/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\/it\/integrations\/cmxkonzepte\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Cmx-Konzepte-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            cmxKonzepte is a cloud-based solution for service providers, education providers, associations 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\/it\/integrations\/shoprenter\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Shoprenter-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            ShopRenter is one of the leading e-commerce platforms in Hungary.                                        <\/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\/it\/integrations\/afterbuy\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Afterbuy-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Afterbuy enables the control of the entire online business across all sales channels in one system.                                        <\/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\/it\/integrations\/mailiana\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Mailiana-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Mailina is a clear visual editor with a number of unique productivity features.                                        <\/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\/it\/integrations\/qlik\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Qlik-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Qlik lets you quickly connect multiple data sources in a secure cloud environment and create compelling, interactive visual analytics.                                        <\/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\/it\/integrations\/unbounce\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Unbounce-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Unbounce is a platform for building and optimising landing pages.                                        <\/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\/it\/integrations\/smartwe\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/SmartWe-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            SmartWe is the CRM solution for a quick and uncomplicated start in customer relationship 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\/it\/integrations\/applus\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/APplus-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            APplus is an internet-based ERP software solution that is specially designed to meet the requirements of medium-sized 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\/it\/integrations\/bios-2000\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/BIOS2000-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            BIOS2000 is a widely used ERP and PPS system for medium-sized 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\/it\/integrations\/rubygems\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/RubyGems-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            RubyGems a package system for Ruby that allows the creation, distribution and installation of libraries.                                         <\/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\/it\/integrations\/fenevision\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Fenevision-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            The Fenevision ERP system enables efficient planning, control and optimisation of the window 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\/it\/integrations\/optimonk\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/OptiMonk-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            OptiMonk is a comprehensive website personalisation platform that enables personalised shopping experiences.                                        <\/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\/it\/integrations\/praxedo\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Praxedo-Integration.jpg\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Praxedo is a cloud-based field service management solution specifically designed for connectivity and support of multiple devices.                                        <\/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\/it\/integrations\/fls-visitour\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/FLS-Visitour-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            FLS VISITOUR is a field service solution that offers scheduling and dispatching as well as work order 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\/it\/integrations\/mailocator\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Mailocator-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Mailocator is a first-class customer acquisition tool that allows proactive newsletter sign-up forms to be integrated into 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                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/it\/integrations\/winev\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/WinEV-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            With WinEV, iS Software offers an all-in-one solution for the professional execution of all administrative processes for supply and waste management companies in the energy and water industry.                                        <\/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\/it\/integrations\/xpectopro\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Xpecto-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            As an ERP system, xpectoPro offers a software solution for automating and optimising business 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\/it\/integrations\/infor-crm\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Infor-Integration2.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Infor CRM is a flexible CRM solution that provides marketing, sales and customer service functions.                                        <\/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\/it\/integrations\/erp5\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/ERP5-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            ERP5 is a comprehensive open source ERP software that covers all aspects of business management, including accounting, distribution and 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\/it\/integrations\/dymatrix\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Dymatrix-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Dymatrix is a leading software, solution and service provider for data-driven marketing automation.                                        <\/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\/it\/integrations\/directsmile\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/DirectSmile-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            DirectSmile specialises in image personalisation and provides back-end server technology for many of the leading web-to-print portals.                                        <\/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\/it\/integrations\/123-form-builder\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/123-Form-Builder-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            With 123FormBuilder, businesses can create any type of online form, manage workflows and capture accurate data with ease.                                        <\/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\/it\/integrations\/survicate\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Survicate-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Survicate is a powerful survey management software that collects customer feedback.                                        <\/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\/it\/integrations\/juggler\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Juggler-Integration3.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            The DDS Juggler mail design software is a web-based all-in-one software for marketing.                                        <\/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\/it\/integrations\/stripo\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Stripo-Integration.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Stripo is an all-in-one platform for email design.                                        <\/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\/it\/integrations\/mandrino\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2023\/06\/Mandrino.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Mandrino is a platform that allows systems to be flexibly linked together.                                        <\/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\/it\/integrations\/cas\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/zoho-crm\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/zapier\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/wordpress\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2022\/12\/logos-for-integration-30.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Integrate WordPress with Maileon&#8217;s email marketing tool in just a few steps and benefit from powerful cross-system functions proven to boost customer loyalty and increase 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\/it\/integrations\/integrations-woocommerce\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2022\/12\/logos-for-integration-21.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            WooCommerce is a free plug-in for WordPress that adds online shop functionality to the content management system.                                        <\/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\/it\/integrations\/typo-3\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2022\/12\/logos-for-integration-20.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Typo3 CMS is a flexible and powerful content management system for websites. Create and manage, content in text, image, and video formats.                                        <\/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\/it\/integrations\/teamleader\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/shopware\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/integrations-shopify\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/sap-idoc\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/salesforce\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/sage\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/prestashop\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/pipedrive\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/oxid\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/microsoft-dynamics\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/integrations-matomo\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/magento\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/leadforensics\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/kufer\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/jtl\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/hubspot\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/google-tag-manager\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/google-bigquery\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/google-analytics\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/gambio\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/firstspirit\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2022\/12\/logos-for-integration-9.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            FirstSpirit is a leading CMS system that is suitable for both large international companies and simple 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                                \n                                    <a class=\"group flex flex-col bg-white p-8 rounded-2xl space-y-4\" href=\"https:\/\/maileon.com\/it\/integrations\/econda\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/integrations\/drupal\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2022\/12\/logos-for-integration-7.png\" alt=\"Icon\" class=\"h-16 w-max\">\n                                        <p class=\"grow\">\n                                            Drupal is a flexible and powerful content management system that is modular in design and allows quick and easy management of content in text, image, and video format.                                        <\/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\/it\/integrations\/datatrics\/\">\n                                        <img decoding=\"async\" src=\"https:\/\/maileon.com\/app\/uploads\/sites\/6\/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\/it\/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>Integrations<\/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 v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\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=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrations\" \/>\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\/it\/integrations\/\" \/>\n<meta property=\"og:site_name\" content=\"Maileon\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-13T14:49:21+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/maileon.com\\\/it\\\/integrations\\\/\",\"url\":\"https:\\\/\\\/maileon.com\\\/it\\\/integrations\\\/\",\"name\":\"Integrations: standard & custom | Maileon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/maileon.com\\\/it\\\/#website\"},\"datePublished\":\"2022-11-10T09:27:11+00:00\",\"dateModified\":\"2022-12-13T14:49:21+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\\\/it\\\/integrations\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/maileon.com\\\/it\\\/integrations\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/maileon.com\\\/it\\\/integrations\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/maileon.com\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/maileon.com\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/maileon.com\\\/it\\\/\",\"name\":\"Maileon\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/maileon.com\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/maileon.com\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/maileon.com\\\/it\\\/#organization\",\"name\":\"Maileon\",\"url\":\"https:\\\/\\\/maileon.com\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/maileon.com\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/maileon.com\\\/app\\\/uploads\\\/sites\\\/6\\\/2022\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/maileon.com\\\/app\\\/uploads\\\/sites\\\/6\\\/2022\\\/08\\\/logo.png\",\"width\":168,\"height\":33,\"caption\":\"Maileon\"},\"image\":{\"@id\":\"https:\\\/\\\/maileon.com\\\/it\\\/#\\\/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":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"it_IT","og_type":"article","og_title":"Integrations","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\/it\/integrations\/","og_site_name":"Maileon","article_modified_time":"2022-12-13T14:49:21+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/maileon.com\/it\/integrations\/","url":"https:\/\/maileon.com\/it\/integrations\/","name":"Integrations: standard & custom | Maileon","isPartOf":{"@id":"https:\/\/maileon.com\/it\/#website"},"datePublished":"2022-11-10T09:27:11+00:00","dateModified":"2022-12-13T14:49:21+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\/it\/integrations\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/maileon.com\/it\/integrations\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/maileon.com\/it\/integrations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/maileon.com\/it\/"},{"@type":"ListItem","position":2,"name":"Integrations"}]},{"@type":"WebSite","@id":"https:\/\/maileon.com\/it\/#website","url":"https:\/\/maileon.com\/it\/","name":"Maileon","description":"","publisher":{"@id":"https:\/\/maileon.com\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/maileon.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/maileon.com\/it\/#organization","name":"Maileon","url":"https:\/\/maileon.com\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/maileon.com\/it\/#\/schema\/logo\/image\/","url":"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2022\/08\/logo.png","contentUrl":"https:\/\/maileon.com\/app\/uploads\/sites\/6\/2022\/08\/logo.png","width":168,"height":33,"caption":"Maileon"},"image":{"@id":"https:\/\/maileon.com\/it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/pages\/4379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/comments?post=4379"}],"version-history":[{"count":1,"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/pages\/4379\/revisions"}],"predecessor-version":[{"id":10819,"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/pages\/4379\/revisions\/10819"}],"wp:attachment":[{"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/media?parent=4379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/maileon.com\/it\/wp-json\/wp\/v2\/categories?post=4379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}