MQTT Event Filter¶
Connect iPaaS enables you to select specific events by filtering them out using certain attributes of the incoming MQTT event. This ability allows selective processing of the events of interest.
You can filter the data based on a criteria.
In the example shown below for Unstructured data, if you select the trigger New Event from IoT Device
and add a filter criteria that if IoT data
contains "Rings", then the event is passed and respective action(s) will be carried out, else not.
Another example for Structured data is that if you select the trigger New Event from IoT Device
and add a filter criteria that if Switch
equal to "True", then the event is passed and respective action(s) will be carried out, else not.
See Event Filters to learn more about event filtering on Connect iPaaS.