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.
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
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.