SIM Management
Webhooks
Port Out

Port Out

This webhook is sent when an MSISDN is booked to port out.

Payload

{
  "NotificationType": "PORT_OUT",
  "Content": {
    "Msisdn": "077777777777",
    "PortDate": "2025-07-18T00:00:00",
    "NetworkNo": 234
  }
}
NameTypeDescription
NotificationTypestringThe type of notification for this Webhook.
Content.MsisdnstringThe MSISDN that is booked to port out.
Content.PortDateDateTimeThe port out scheduled date.
Content.NetworkNointThe network number for the port.