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,
      "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 bundle used.
Content.BundleSizeintThe Bundle Size in MB. This value is defined in the Definition.
Content.BundleUsedMbintThe actual amount of MB used.