connection.imei.change event

The connection IMEI change event is triggered when a connection's IMEI has changed such as when a modem is changed.

Form

Parameters

Name Type Required Description
Connection tags String Limits the trigger to the connections specified by tags. Leave blank to not limit this trigger to connections specified by tag. When multiple tags are specified in the trigger event, the connection must have at least one tag in common for the trigger to execute.
Carrier String   Limits the trigger to the connections within the specified carrier. Leave blank to not limit this trigger to connections specified by carrier. For example, AT&T, T-Mobile, Verizon, Vodaphone, Sprint and so on

Event variables

Name Type Description
$(event.conn.iccid) String The ICCID of the connection that initiated this trigger.
$(event.conn.imei) String The IMEI of the connection that initiated this trigger.
$(event.conn.imsi) String The IMSI of the connection that initiated this trigger.
$(event.conn.meid) String The MEID of the connection that initiated this trigger.
$(event.conn.newImei) String The new IMEI of the connection that initiated this trigger.
$(event.conn.oldImei) String The old IMEI of the connection that initiated this trigger.
$(event.ts) String The timestamp of the connection status change that initiated this trigger.