SIM Management
Webhooks
Submission

Submission

This webhook is sent when a Sim Management submission completes.

Payload

{
   "NotificationType": "SUBMISSION",
   "Content" : {
      "Id": "E4134334-4195-4503-A426-E7C866828DE2",
      "Status" : "Complete"
   }
}
NameTypeDescription
NotificationTypestringThe type of notification for this Webhook.
Content.IdGuidThe Id of the Submission.
Content.StatusstringThe status of the Submission. Possible values:
- "Pending"
- "Validating"
- "Invalid"
- "Ready"
- "Running"
- "Cancelled"
- "Failed"
- "Complete"
- "NetworkNotified"
- "NetworkProcessing".