SIM Management
Webhooks
Alert Manager

Alert Manager

This webhook is sent when an Alert Manager alert is triggered.

Payload

{
   "NotificationType": "ALERT_MANAGER_USAGE",
   "Content": {
      "DefinitionId": 1,
      "Msisdn": "077777777777",
      "PercentageLimit": 90,
      "PercentageUsed": 95,
      "UsageType": "DataMb",
      "UsageAllowance": 200,
      "UsageAmount": 190,
      "BundleSize": 200,
      "BundleUsedMb": 190
   }
}
NameTypeDescription
NotificationTypestringThe type of notification for this Webhook.
Content.DefinitionIdintThe Id of the Definition of which this alert was triggered.
Content.Msisdnstring | nullThe msisdn of which this alert was triggered. This property is omitted on pooled rules.
Content.PercentageLimitintThe percentage limit for which the alert is triggered. This value is defined in the Rule.
Content.PercentageUsedintThe actual percentage of the allowance used.
Content.UsageTypestringThe type of usage. Values: DataMb, Minutes, Sms.
Content.UsageAllowanceintThe usage allowance. Unit depends on UsageType: MB, minutes, or SMS count.
Content.UsageAmountintThe actual amount used. Unit depends on UsageType: MB, minutes, or SMS count.
Content.BundleSizeintLegacy field for backwards compatibility. For DataMb alerts, this is the same value as UsageAllowance. For Minutes and Sms alerts, this is 0.
Content.BundleUsedMbintLegacy field for backwards compatibility. For DataMb alerts, this is the same value as UsageAmount. For Minutes and Sms alerts, this is 0.