codeq/publishnotifier
composer require codeq/publishnotifier
This package sends notifications to admins every time someone publishes to an internal workspace.
0.1
Readme excerpt
Neos CMS - Publisher NotifierThis package sends notifications every time someone publishes to an internal workspace. If the internal workspace already has unpublished changes it will not send notifications anymore to not spam slack channels or email inboxes.
Simply install the package via composer:
composer require codeq/publishnotifierMake sure your site has Neos.Flow.http.baseUri setting set, so your reviewers would get correct urls. If you don't want to do this, you can manually set the domain in the message text like this:
Please review the changes and publish to live: https://example.com/%3$s'
Configuration for email notificationsIn order to send …
Read more
The same vendor provides 32 package(s).