Log AT&T M2X device location changes
This Trigger fires every time the location of a device is updated.
Developer info
- API endpoint slug
- attm2x.location_updated
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 any device updates its location.
- Slug
- device_id
- Required
- true
- Can have default value
- true
Ingredients
Device The ID of the device whose location has been updated.
- Slug
- device_id
- Filter code
- Attm2x.locationUpdated.DeviceId
- Type
- String
- Example
- 65b89448f954f49e42b746d73b385cbb
Device name The name of the device whose location has been updated.
- Slug
- device_name
- Filter code
- Attm2x.locationUpdated.DeviceName
- Type
- String
- Example
- Main Engine
Device serial The serial number of the device whose location has been updated.
- Slug
- device_serial
- Filter code
- Attm2x.locationUpdated.DeviceSerial
- Type
- String
- Example
- ABCD1234567890
Latitude The latitude value of the new location.
- Slug
- latitude
- Filter code
- Attm2x.locationUpdated.Latitude
- Type
- String
- Example
- 40.77177
Longitude The longitude value of the new location.
- Slug
- longitude
- Filter code
- Attm2x.locationUpdated.Longitude
- Type
- String
- Example
- -73.97352
Elevation The elevation of the new location.
- Slug
- elevation
- Filter code
- Attm2x.locationUpdated.Elevation
- Type
- String
- Example
- 10
Timestamp Date and time location has been updated.
- Slug
- timestamp
- Filter code
- Attm2x.locationUpdated.Timestamp
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00