Magento2 Plugin
signalise/magento2-plugin
Pushes Magento order data to Signalise via a queue. Includes configurable events and a command to push specific orders.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubSignalise Magento2 Plugin
Magento2 Plugin that push data to Signalise, data wil be pushed in a queue and a consumer will be pushing the data to Signalise.
This plugin can also push orders or a specific order to signalise through the PushOrder command.
signalise:push-order {order_id}
Installation
In order to install this package you need composer.
composer require signalise/magento2-plugin
Configuration
- Api key.
- Connect id (Needs to be configured for each store).
- Active Events (You can select which event you want to activate).
- Development (When development is enabled, it is not possible to send data to signalise. However the events will be triggered and send to the queue).
- Error log (Show last 100 error records).

Setup command
This command will create a connect in Signalise.
Setup console command: bin/magento signalise:setup
- Enter api key
- Select store view or create custom connect name
Option 1: Create connect name from selected store
Selecting a store view will save the connect in the selected store config.
Option 2: Create connect name
This will give you an input field and will save the connect in global config.
Events
We currently have 2 configurable events that will send data to signalise when it gets triggered.
-
sales_order_place_after- This event will be triggered when you place an order. -
sales_order_payment_pay- This event will be triggered when you pay after you placed an order.
More events will be added in the future
Support
Signalise PHP Client is made by Ndottens.
If you find a bug or want to submit an improvement, don't hesitate to create a merge request.
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.