This Trigger fires every time a M2X trigger has been fired.
Developer info
API endpoint slug
attm2x.trigger_fired
Trigger fields
Device Text input > Other
Label
Which device?
Helper text
The device ID can be found on the Device Details page of your M2X account. Leave this field blank for firing this trigger when an M2X trigger has been fired by any device.
Slug
device_id
Required
true
Can have default value
true
Ingredients
Device
The unique ID of the device that has fired the trigger.
Slug
device_id
Filter code
Attm2x.triggerFired.DeviceId
Type
String
Example
65b89448f954f49e42b746d73b385cbb
Device name
The name of the device that has fired the trigger.
Slug
device_name
Filter code
Attm2x.triggerFired.DeviceName
Type
String
Example
Main Engine
Device serial
The serial number of the device that has fired the trigger.
Slug
device_serial
Filter code
Attm2x.triggerFired.DeviceSerial
Type
String
Example
ABCD1234567890
Trigger
The unique identifier of the trigger that has been fired.
Slug
trigger_id
Filter code
Attm2x.triggerFired.TriggerID
Type
String
Example
b1e8abbad65cb52b0d75eb2e63efa782
Trigger name
The name of the trigger that has been fired.
Slug
trigger_name
Filter code
Attm2x.triggerFired.TriggerName
Type
String
Example
high-temperature-and-humidity
Conditions
A JSON representation of the conditions that caused the trigger to be fired.