PHPackages                             msp/notify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. msp/notify

Abandoned → [msp/module-notifier-all](/?search=msp%2Fmodule-notifier-all)ArchivedMagento2-module[Mail &amp; Notifications](/categories/mail)

msp/notify
==========

Magento 2 multi channel notification module

2.1.4(7y ago)51.7k4OSL-3.0PHPPHP ~7.0.0|~7.1.0

Since Aug 3Pushed 7y ago2 watchersCompare

[ Source](https://github.com/magespecialist/m2-MSP_Notify)[ Packagist](https://packagist.org/packages/msp/notify)[ Docs](https://github.com/magespecialist/m2-MSP_Notify)[ RSS](/packages/msp-notify/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (13)Used By (0)

 **WARNING: This module has been superseeded by [MSP\_Notifier](https://github.com/magespecialist/notifier-all), it will not be maintained anymore. Unless you are using Magento &lt;= 2.1 consider switch to the new and improved version.**

MSP Notify
==========

[](#msp-notify)

**MSP Notify** is a Magento 2 extension that allows to be notified when something happens in your store. (e.g. "if an admin fails to login send me a message on Slack") You can attach to any Magento 2 or custom event and get a notification to a specified channel (e.g. Slack, Telegram, Email..)

It is easily customizable and you can create your custom adapter to add even mode notification channels.

Installation
============

[](#installation)

Suggested installation method is by using composer `composer require msp/notify`. This module needs that the Magento cron is up and running.

Basic Usage
===========

[](#basic-usage)

Configure a notification channel
--------------------------------

[](#configure-a-notification-channel)

First of all you need to tell Magento how you want to be notified.

1. In the admin panel go to system =&gt; configure channels
2. Add a new channel
3. Configure your channel (see adapter specific instructions below) and save.

Link channel to events
----------------------

[](#link-channel-to-events)

Then you need to subscribe to events

1. In admin panel go to system =&gt; configure events
2. Add a new event
3. Specify (one per line) to which events you want to subscribe and save
4. Select the channel you want to be notified at

When the event is triggered you receive a message on the channel you selected.

The default message contains just the event's name, if you want to have more meaningful messages read the next section.

Advanced Usage
==============

[](#advanced-usage)

Customize message text
----------------------

[](#customize-message-text)

You can customize the message that is sent by creating a new module containing a new `notification_templates.xml`.

Example content for that file:

```

```

Your template must be placed under `msp_notify` (e.g.: `app/code/Vendor/Module/msp_notify/myevent.phtml`) and should be something like:

```
