connection.session.activity
event
This event is triggered when the Number of sessions for the set Time period is met after a session starts.
Form
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
Time period | String | Yes |
Month to date - Evaluate the usage of the connection in the current billing month. Last time period - Allows you to specify the "Last period" value to determine the usage of the resource over the defined time period. |
Number of sessions | String | Yes | The Number of sessions to be considered in the set time period. |
Connection Tags | String | The event filters the connections based on Tags. When multiple tags are specified in the trigger event, the connection must have at least one tag in common for the trigger to execute. For more information on Tags, see Using Tags | |
Notification Frequency | String | Yes | The frequency that this event will re-execute once the condition is met. Setting this value to 7d means that after the condition is met, the trigger will not fire again until 7 days pass and the condition is true again. The format is a number followed by m (minutes), h (hours), d (days). The maximum period is 30 days. Examples: 24h, 7d, 30d, 120m. |
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 associated with the connection. |
$(event.conn.meid) | String | The MEID associated with the connection. |
$(event.conn.msisdn) | String | The MSISDN associated with the connection. |
$(event.conn.imei) | String | The IMEI associated with the connection. |
$(event.conn.imsi) | String | The IMSI associated with the connection. |
$(event.sessions) | Integer | The number of sessions. |
$(event.ts) | String | The time stamp of the connection status change that initiated this trigger. |