mage-os / mageos-common-async-events
Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.
Installs: 1 469
Dependents: 2
Suggesters: 0
Security: 0
Stars: 11
Watchers: 11
Forks: 4
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-18 07:32:23 UTC
README
Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.
This module uses the Mage-OS Asynchronous Events module as a basis.
Installation
composer require mage-os/mageos-common-async-events
If you run into an error like "Could not find a version of package mage-os/mageos-common-async-events matching your minimum-stability (stable).", run this command instead:
composer require mage-os/mageos-common-async-events @dev
Enable and install the module:
bin/magento setup:upgrade
Usage
You can now use the following events without having to implement them yourself.
You can use these events by
- creating a new subscription via Mage-OS REST API
- creating a new subscription with the Mage-OS Async Events Admin UI module