mage-os / mageos-async-events-admin-ui
Add event subscriptions for the Mage-OS Async Events module via an admin form instead of using REST requests.
Installs: 3 041
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 12
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.1
- mage-os/mageos-async-events: *
- magento/framework: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-10 13:13:26 UTC
README
Add event subscriptions for the Mage-OS Async Events module via an admin form instead of using REST requests.
This module enhances the Mage-OS Asynchronous Events module.
Installation
composer require mage-os/mageos-async-events-admin-ui
If you run into an error like "Could not find a version of package mage-os/mageos-async-events-admin-ui matching your minimum-stability (stable).", run this command instead:
composer require mage-os/mageos-async-events-admin-ui @dev
Enable and install the module:
bin/magento setup:upgrade
Usage
In the Async Events grid (Stores -> Asynchronous Events -> Subscribers) you now have the options to:
- Create new subscriptions
- Edit existing subscriptions
The form for editing or creating subscriptions looks like this:
Deleting subscriptions via Admin Interface is not possible due to security reasons.
Please note that this module only supports HTTP subscriptions at the moment.