connection.network.change event

The connection network change event is triggered when the connection's network changes.

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.newCountry) String The new country of the connection that initiated this trigger.
$(event.conn.newNetwork) String The new network of the connection that initiated this trigger.
$(event.conn.oldCountry) String The old country of the connection that initiated this trigger.
$(event.conn.oldNetwork) String The old network of the connection that initiated this trigger.
$(event.ts) String The timestamp of the connection status change that initiated this trigger.