Magento2x Event Filter¶
Connect iPaaS enables you to select specific events and filter out the rest using certain attributes of the incoming Magento 2.x event. This ability allows selective processing of the events of interest.
Figure 1. Event Filtering for Magento 2.x on Connect iPaaS
Changes in Magento 2.x can be filtered out based on the following attributes if you have selected Categories
as the entity:
- Name - Name of Category
- Is Active - Active Category or not?
- ID - Category ID
- Parent ID - Category parent ID
- Position - Category Position
- Level - Category Level
In the example shown in Figure 1, the workflow will be triggered when a new object has been created in the entity Categories
is under the Name
equals Electronic
.
See Event Filters to learn more about event filtering on Connect iPaaS.