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.

1.0.0 2023-10-30 08:15 UTC

This package is auto-updated.

Last update: 2024-04-10 12:08:34 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

grid.png

The form for editing or creating subscriptions looks like this:

form.png

Deleting subscriptions via Admin Interface is not possible due to security reasons.

Please note that this module only supports HTTP subscriptions at the moment.