{"id":322432,"date":"2022-02-22T13:45:19","date_gmt":"2022-02-22T13:45:19","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=322432"},"modified":"2023-07-19T07:45:33","modified_gmt":"2023-07-19T07:45:33","slug":"akeneo-notification-manager","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/","title":{"rendered":"\u00a0A Complete Guide to Akeneo Notification Manager"},"content":{"rendered":"\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Introduction<\/h3>\n<\/div><\/div>\n\n\n\n<p>Akeneo Notification Manager: Admin and user can use this module to produce a notification for the actions of saving and deleting operations, as well as saving and deleting Family, Attribute, Group, Category, and Channel. <\/p>\n\n\n\n<p>When saving and deleting operations, the admin can assign users and groups to get the notification through email. The user sets up roles and permissions for other users to control notifications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Basic Requirement<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This module works with Akeneo 2.0.x, 2.1.x, 2.2.x, 2.3.x, 3.0.x, 3.1.x, 3.2.x, 4.0.x, 5.0.x,6.0.x and 7.0.x. Download Akeneo from&nbsp;<a href=\"https:\/\/www.akeneo.com\/download\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Node and Yarn packages need to be installed.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This module is compatible with the Akeneo community and Enterprise(Flexibility) edition.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you want to use this extension on Akeneo EE Serenity mode, please&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a>.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For the Akeneo installation, your Akeneo server should meet these\u00a0<a href=\"https:\/\/docs.akeneo.com\/7.0\/install_pim\/manual\/system_requirements\/system_requirements.html\">system requirements<\/a>.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Video Tutorials<\/h3>\n<\/div><\/div>\n\n\n\n<p>Check a brief overview of the plugin in the video mentioned below \u2013<\/p>\n\n\n\n<div class=\"wp-block-wk-block-youtube-video wp-block-wk-block--yt-video components-placeholder\"><div class=\"wk-block--yt-video-frame\"><div class=\"wk-block--yt-video-frame-request\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"X-Vi1S-E4AY\"><div class=\"components-placeholder__instructions\">X-Vi1S-E4AY<\/div><\/div><\/div><\/div>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Features<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Users receive email notifications at the moment of action.<\/li>\n\n\n\n<li>Notifications that are triggered by an activity are created.<\/li>\n\n\n\n<li>Users with certain permissions can save and delete notifications.<\/li>\n\n\n\n<li>If both the admin and the user have access, they can edit and create the notification.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>Two different types of module installation processes are available for the module.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Composer Installation<\/li>\n\n\n\n<li>Manual Installation<\/li>\n<\/ol>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">1 &#8211; Installation using Composer Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Composer Installation<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\"><strong>Read This Blog<\/strong><\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Before beginning the composer installation<\/p>\n\n\n\n<p>1:  GET the Access Keys <a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\">Raise a ticket<\/a><\/p>\n\n\n\n<p>2:  In Akeneo composer, add our repository and installation script. json<\/p>\n\n\n\n<p><strong>Akeneo 6 and 7 :<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;scripts&quot;: {\n        &quot;post-update-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/notificationbundle\/src\/Webkul\/NotificationBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-install-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/notificationbundle\/src\/Webkul\/NotificationBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-create-project-cmd&quot;: &#091;\n          &quot;vendor\/webkul\/notificationbundle\/src\/Webkul\/NotificationBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n       ]\n    },\n    &quot;repositories&quot;: &#091;{\n    &quot;type&quot;: &quot;composer&quot;,\n    &quot;url&quot;: &quot;https:\/\/akeneorepo.webkul.com\/&quot;\n  }],<\/pre>\n\n\n\n<p>3: Install the extension using composer.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require webkul\/notificationbundle<\/pre>\n\n\n\n<p>4: Fill in the authentication.<\/p>\n\n\n\n<p>5: Success Message<\/p>\n\n\n\n<p>6: Clear Browser cache<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"manual-installation-for-version-6-x\">2 &#8211; Manual Installation for Version 6. x and 7.x<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the below command over the NO-DOCKER Instance from the PIM directory.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/NotificationBundle\/install\/config.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the below command over the docker Instance from the PIM directory.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/NotificationBundle\/install\/config.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module for Version 4.0.x to 5.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<p><strong>Note: You have to configure the \u201cMailer URL\u201d in the .env file to receive a notification<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-composer-installation\">1- Composer Installation<\/h3>\n\n\n\n<p><strong>Run the composer install command:<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require webkul\/notificationbundle:1.0.0<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-manual-installation\">2- Manual Installation<\/h3>\n\n\n\n<p>Please follow these steps for installing the Akeneo Notification Manager module in your Akeneo PIM platform.<\/p>\n\n\n\n<p><strong>1<\/strong>&nbsp;\u2013 Unzip the respective extension zip then merge the \u201csrc\u201d folder into akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1185\" height=\"275\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png\" alt=\"Screenshot-by-Lightshot-1200x414-1-\" class=\"wp-image-322939\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png 1185w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1--300x70.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1--250x58.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1--768x178.png 768w\" sizes=\"(max-width: 1185px) 100vw, 1185px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 \u2013 Goto&nbsp;<strong>config\/Bundles.php<\/strong>&nbsp;then add line:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\NotificationBundle\\WebkulNotificationBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],<\/pre>\n\n\n\n<p>in return array.<\/p>\n\n\n\n<p><strong>3 \u2013<\/strong>&nbsp;Copy the \u201cconfig\u201d folder into the akeneo project root directory for routing.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"274\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/src-magento-2-1-1-2-1200x274-1.png\" alt=\"src-magento-2-1-1-2-1200x274-1\" class=\"wp-image-322942\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/src-magento-2-1-1-2-1200x274-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/src-magento-2-1-1-2-1200x274-1-300x69.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/src-magento-2-1-1-2-1200x274-1-250x57.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/src-magento-2-1-1-2-1200x274-1-768x175.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>4&nbsp;<\/strong>\u2013 Then run this command after ssh to your akeneo server by the terminal<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">rm -rf .\/var\/cache\/** &amp;&amp; php bin\/console cache:clear &amp;&amp; php bin\/console pim:installer:assets --symlink --clean &amp;&amp; php bin\/console d:s:u --force &amp;&amp; yarn run webpack &amp;&amp; yarnpkg run less &amp;&amp; yarnpkg run update-extensions<\/pre>\n\n\n\n<p><strong>5<\/strong>.  After you&#8217;ve installed the Connector, run this command. Install the Actions command<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console wk.notification.create_actions<\/pre>\n\n\n\n<p><strong>6<\/strong>. If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.<\/p>\n\n\n\n<p><strong>For Akeneo 5<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.4 restart<\/pre>\n\n\n\n<p><strong>For Akeneo<\/strong>&nbsp;<strong>4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.3 restart<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"docker-installation-command\">Docker Installation Command :<\/h2>\n\n\n\n<p><strong>For Akeneo 5<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run update-extensions;\ndocker_yarn run less;<\/pre>\n\n\n\n<p><strong>For Akeneo<\/strong>&nbsp;<strong>4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run less;<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module For Version 3. x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing Akeneo Notification Manager module in your Akeneo PIM platform.<\/p>\n\n\n\n<p><strong>1<\/strong>&nbsp;\u2013 Unzip the respective extension zip&nbsp; then merge the \u201csrc\u201d folder into akeneo project root directory.<\/p>\n\n\n\n<p><strong>2<\/strong>&nbsp;\u2013 Goto&nbsp;<strong>app\/AppKernel.php<\/strong>&nbsp;then add line.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">new \nWebkul\\NotificationBundle\\WebkulNotificationBundle(),<\/pre>\n\n\n\n<p><strong>3<\/strong>&nbsp;\u2013 Goto&nbsp;<strong>app\/config\/routing.yml<\/strong>&nbsp;then add these lines at top of the file.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk_WebkulNotification_connector:\n  resource:\n&quot;@WebkulNotificationBundle\/Resources\/config\/routing.yml&quot; prefix: \/<\/pre>\n\n\n\n<p><strong>4<\/strong>&nbsp;\u2013 Run this command after ssh to your akeneo server by the terminal<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">rm -rf .\/var\/cache\/** &amp;&amp; php bin\/console cache:clear &amp;&amp; php bin\/console pim:installer:assets --symlink --clean &amp;&amp; php bin\/console d:s:u --force &amp;&amp; yarn run webpack &amp;&amp; yarnpkg run less &amp;&amp; yarnpkg run update-extensions<\/pre>\n\n\n\n<p><strong>5<\/strong>. After you&#8217;ve installed the Connector, run this command. Install the Actions command<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console wk.notification.create_actions<\/pre>\n\n\n\n<p> 6. If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.2 restart<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"common-issues-after-installation\">Common Issues After Installation<\/h3>\n\n\n\n<p>It might happen that even after proper installation, upon opening your Akeneo admin dashboard, you see a loading screen. In that case, do check for the following solution:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Webpack Installation: If you get the below error<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"734\" height=\"211\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Webpack-error-3-1.png\" alt=\"Webpack-error-3-1\" class=\"wp-image-323042\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Webpack-error-3-1.png 734w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Webpack-error-3-1-300x86.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Webpack-error-3-1-250x72.png 250w\" sizes=\"(max-width: 734px) 100vw, 734px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>It means that web pack is not installed in your system. Run the following command.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">npm install --save-prod webpack\nnpm install<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Module routing.yml is not configured properly. Re-check the routing.yml file as mentioned&nbsp;in the 3rd step of Module Installation<\/li>\n\n\n\n<li>Clear your browser cache.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Uninstall Module: For Akeneo 6 and 7<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the below command over the NO-DOCKER Instance from the PIM directory<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/NotificationBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the below command over the docker Instance from the PIM directory<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/NotificationBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Mail configuration using SMTP<\/h3>\n<\/div><\/div>\n\n\n\n<p><strong>Step 1<\/strong>:-  Goto .env File in the root directory of the project. (hint: If not found choose to show hidden files in file explorer settings) then open the .env file and search for MAILER_URL.<\/p>\n\n\n\n<p><strong>Step 2<\/strong>:-  It Will Look Like :-  MAILER_URL=null:\/ \/localhost?encryption=tls&amp;auth_mode=login &amp; username=foo&amp;password=bar&amp;sender_address=no-reply@example.com.<\/p>\n\n\n\n<p><strong>3<\/strong>:- Now You Need SMTP_HOSTNAME, SMTP_PORT, Encryption = none, Auth_mode = login, USERNAME, PASSWORD, SENDER ADDRESS.<\/p>\n\n\n\n<p><strong>Important Note<\/strong>:-  Interchange the position of <strong>sender_address<\/strong> and <strong>password<\/strong> with one another. (Sometimes an error occurs because of the password string containing special symbols like &#8216;#&#8217;. Because &#8216;#&#8217; is used to make single-line comments in a .env file)_<\/p>\n\n\n\n<p><strong>Step 4:- <\/strong>Your Final URL Will Look Like:- MAILER_URL=smtp:\/\/SMTP_HOSTNAME: SMTP_PORT?encryption=none&amp;auth_mode=login&amp;username=USERNAME&amp;sender_address=USERNAME&amp;password=PASSWORD.<\/p>\n\n\n\n<p><strong>For Akeneo 7 only<\/strong><\/p>\n\n\n\n<p><strong>Step 5:-<\/strong>MAILER_FROM=&#8221;Akeneo <a href=\"mailto:no-reply@example.com\">no-reply@example.com<\/a>&#8220;(You have to add the SENDER ADDRESS)&#8221;<\/p>\n\n\n\n<p><br><strong>Step 6<\/strong>:- Now save the .env file.<\/p>\n\n\n\n<p>Setup Completed<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">The workflow of the Notification Manager<\/h3>\n<\/div><\/div>\n\n\n\n<p>The Notification Manager icon will appear on the left side of the dashboard after the module has been successfully installed, as illustrated below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"490\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_1-1-1200x490.png\" alt=\"Akeneo Notification Manager 1\" class=\"wp-image-367404\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_1-1-1200x490.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_1-1-300x123.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_1-1-250x102.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_1-1-768x314.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_1-1-1536x628.png 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_1-1.png 1838w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Before you can create the notification, you must first create a <a href=\"https:\/\/webkul.com\/blog\/akeneo-user-group-roles\/\">user group<\/a> and <a href=\"https:\/\/webkul.com\/blog\/add-manage-users-akeneo\/\">users<\/a>. <\/p>\n\n\n\n<p> After that check\/uncheck the permissions you want to set permissions for the role, as seen in the image below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"640\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_2-1-1200x640.png\" alt=\" Akeneo Notification Manager 2\" class=\"wp-image-367406\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_2-1-1200x640.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_2-1-300x160.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_2-1-250x133.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_2-1-768x409.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_2-1-1536x819.png 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_2-1.png 1850w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>To make a new notification, go to the Configuration tab and click the Create button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"430\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_3-1-1200x430.png\" alt=\" Akeneo Notification Manager 3\" class=\"wp-image-367413\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_3-1-1200x430.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_3-1-300x107.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_3-1-250x90.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_3-1-768x275.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_3-1-1536x550.png 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_3-1.png 1820w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, you&#8217;ll be taken to a new screen where you&#8217;ll have to enter the details like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Name<\/strong> &#8211; Enter the notification&#8217;s name here.<\/li>\n\n\n\n<li><strong>Actions<\/strong> &#8211; In this part, you must specify which action of the information you wish to receive a mail notification for the action performed.<\/li>\n\n\n\n<li><strong>User Group <\/strong>&#8211; You must choose the user group for which you wish to configure the notification. <\/li>\n\n\n\n<li><strong>User &#8211;<\/strong> Choose the user to whom you&#8217;d like to grant notification access. Users who have been added to a user group can be selected and perform the action.<\/li>\n\n\n\n<li><strong>Message<\/strong> &#8211; In this message box, type the message that will be sent as a notification after the action is completed.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note<\/strong>: In order to view the action, you must first run command 5 otherwise action section will be blank.<\/p>\n\n\n\n<p>At the moment of save and delete actions, the Admin can receive notification of the Product, Family, Attribute, Group, Category, and Channel.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Notification-Manager-1200x675.png\" alt=\"Notification-Manager\" class=\"wp-image-390963\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Notification-Manager-1200x675.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Notification-Manager-300x169.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Notification-Manager-250x141.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Notification-Manager-768x432.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Notification-Manager.png 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, click the <strong>Save <\/strong>option. <\/p>\n\n\n\n<p>If you wish to make changes to the notification you&#8217;ve made, click the edit button or click the notification itself.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"575\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_7-1200x575.png\" alt=\" Akeneo Notification Manager 5\" class=\"wp-image-367415\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_7-1200x575.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_7-300x144.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_7-250x120.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_7-768x368.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_7-1536x736.png 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_7.png 1850w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then you can edit the notification<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Edit-Notification-1200x675.png\" alt=\"Edit-Notification\" class=\"wp-image-390962\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Edit-Notification-1200x675.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Edit-Notification-300x169.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Edit-Notification-250x141.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Edit-Notification-768x432.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Edit-Notification.png 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">How to do an action- Product Edit<\/h3>\n<\/div><\/div>\n\n\n\n<p>After you&#8217;ve created the notification, go to Product and click on the product you wish to update or perform the action on.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"575\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_8-1200x575.png\" alt=\" Akeneo Notification Manager 6\" class=\"wp-image-367416\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_8-1200x575.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_8-300x144.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_8-250x120.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_8-768x368.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_8-1536x736.png 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/02\/Akeneo_Visual_swatchmodule_8.png 1850w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then make any necessary changes to the product and click the Save button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"585\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Product-Scarf-Edit-1200x585.png\" alt=\"Product-Scarf-Edit\" class=\"wp-image-390969\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Product-Scarf-Edit-1200x585.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Product-Scarf-Edit-300x146.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Product-Scarf-Edit-250x122.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Product-Scarf-Edit-768x375.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Product-Scarf-Edit.png 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>When you click the save button, the user you specified in the notification will receive an email at the email you provided.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1074\" height=\"476\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Screenshot-from-2023-07-14-09-50-52.png\" alt=\"Screenshot-from-2023-07-14-09-50-52\" class=\"wp-image-390968\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Screenshot-from-2023-07-14-09-50-52.png 1074w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Screenshot-from-2023-07-14-09-50-52-300x133.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Screenshot-from-2023-07-14-09-50-52-250x111.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/07\/Screenshot-from-2023-07-14-09-50-52-768x340.png 768w\" sizes=\"(max-width: 1074px) 100vw, 1074px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support<\/h3>\n<\/div><\/div>\n\n\n\n<p>Thank you for taking the time to read this information. So, that was the User Guide for the Akeneo Notification Manager. If you have any questions or concerns, please contact us at <a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.&nbsp; You can also use our &nbsp;<strong><a href=\"https:\/\/webkul.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">HelpDesk System<\/a><\/strong> to submit a ticket.<\/p>\n\n\n\n<p>Please take a look at our <a href=\"https:\/\/webkul.com\/akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Development Services<\/a> as well as our Quality&nbsp;<a href=\"https:\/\/store.webkul.com\/Akeneo.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Extensions<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Akeneo Notification Manager: Admin and user can use this module to produce a notification for the actions of saving and deleting operations, as well as saving and deleting Family, Attribute, Group, Category, and Channel. When saving and deleting operations, the admin can assign users and groups to get the notification through email. The user sets <a href=\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":273,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-322432","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Akeneo Notification Manager || Alert Message<\/title>\n<meta name=\"description\" content=\"Akeneo Notification Manager module will be used by both the admin and the user to create a notification for the actions of saving and deleting product data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Akeneo Notification Manager || Alert Message\" \/>\n<meta property=\"og:description\" content=\"Akeneo Notification Manager module will be used by both the admin and the user to create a notification for the actions of saving and deleting product data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-22T13:45:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-19T07:45:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png\" \/>\n<meta name=\"author\" content=\"Kavita Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kavita Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/\"},\"author\":{\"name\":\"Kavita Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1\"},\"headline\":\"\u00a0A Complete Guide to Akeneo Notification Manager\",\"datePublished\":\"2022-02-22T13:45:19+00:00\",\"dateModified\":\"2023-07-19T07:45:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/\"},\"wordCount\":1247,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/\",\"url\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/\",\"name\":\"Akeneo Notification Manager || Alert Message\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png\",\"datePublished\":\"2022-02-22T13:45:19+00:00\",\"dateModified\":\"2023-07-19T07:45:33+00:00\",\"description\":\"Akeneo Notification Manager module will be used by both the admin and the user to create a notification for the actions of saving and deleting product data.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png\",\"width\":1185,\"height\":275,\"caption\":\"Screenshot-by-Lightshot-1200x414-1-\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00a0A Complete Guide to Akeneo Notification Manager\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1\",\"name\":\"Kavita Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Kavita Singh\"},\"description\":\"Kavita, a seasoned Business Manager, drives growth in e-commerce solutions by implementing strategic management and innovative solutions, ensuring superior performance, and elevating digital commerce for exceptional results.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/kavitasingh-bd984\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Akeneo Notification Manager || Alert Message","description":"Akeneo Notification Manager module will be used by both the admin and the user to create a notification for the actions of saving and deleting product data.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/","og_locale":"en_US","og_type":"article","og_title":"Akeneo Notification Manager || Alert Message","og_description":"Akeneo Notification Manager module will be used by both the admin and the user to create a notification for the actions of saving and deleting product data.","og_url":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2022-02-22T13:45:19+00:00","article_modified_time":"2023-07-19T07:45:33+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png","type":"","width":"","height":""}],"author":"Kavita Singh","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Kavita Singh","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/"},"author":{"name":"Kavita Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1"},"headline":"\u00a0A Complete Guide to Akeneo Notification Manager","datePublished":"2022-02-22T13:45:19+00:00","dateModified":"2023-07-19T07:45:33+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/"},"wordCount":1247,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/","url":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/","name":"Akeneo Notification Manager || Alert Message","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png","datePublished":"2022-02-22T13:45:19+00:00","dateModified":"2023-07-19T07:45:33+00:00","description":"Akeneo Notification Manager module will be used by both the admin and the user to create a notification for the actions of saving and deleting product data.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/akeneo-notification-manager\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/02\/Screenshot-by-Lightshot-1200x414-1-.png","width":1185,"height":275,"caption":"Screenshot-by-Lightshot-1200x414-1-"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/akeneo-notification-manager\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"\u00a0A Complete Guide to Akeneo Notification Manager"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1","name":"Kavita Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Kavita Singh"},"description":"Kavita, a seasoned Business Manager, drives growth in e-commerce solutions by implementing strategic management and innovative solutions, ensuring superior performance, and elevating digital commerce for exceptional results.","url":"https:\/\/webkul.com\/blog\/author\/kavitasingh-bd984\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/322432","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/273"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=322432"}],"version-history":[{"count":33,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/322432\/revisions"}],"predecessor-version":[{"id":391732,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/322432\/revisions\/391732"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=322432"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=322432"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=322432"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}