Skip to main content
Version: 1.6.0

Provisioning

These webhooks are triggered when a resource is created. Configuration options in templates or provisioning actions allow you to customize notifications according to your specific needs.

HTTP Request

POST YourApiUrl
Content-Type: application/json

The payload content varies depending on the specific resource being provisioned.

This payload is sent to the webhook when a Shared Mailbox is created.

{
"eventType": "mailboxcreated",
"mailBox": {
"id": "3b49e858-1234-1xw2x-yz34-ef8681b37463",
"displayName": "Creation Web",
"mail": "mymailbox@mydomain.test",
"metadata": {
"additionalData": {
"el-check-26": "false",
"el-dd-543": "Key",
"tId": "65aab8c3-1234-1xw2x-yz34-a276c7017b31"
}
},
"policy": {
"pId": "9a46cacb-1234-1xw2x-yz34-8f2d46be0fa5",
"noEsca": false,
"owSta": "compliant",
"coSta": "compliant",
"coCh": "2023-11-10T23:59:59+02:00",
"arSta": "compliant",
"arCh": "2023-11-10T23:59:59+02:00"
},
"schema": {
"ResourceType": "SharedMailbox",
"TemplateId": "65aab8c3-1234-1xw2x-yz34-a276c7017b31",
"PolicyId": "9a46cacb-1234-1xw2x-yz34-8f2d46be0fa5",
"IsCompliant": true,
"PrimaryOwner": "0a3a4267-1234-1xw2x-yz34-f924c5a9766b",
"SecondaryOwner": "6a95c23b-cbb3-4f06-9b05-5e96ac65c78c",
"HasOwners": true,
"AdditionalData": {},
"BackingStore": {
"ReturnOnlyChangedValues": false,
"InitializationCompleted": true
},
"OdataType": "#microsoft.graph.ComplexExtensionValue"
},
"isDirSynced": false
},
"tenantId": "1840b34e-1234-1xw2x-yz34-0b7b58c49dc7"
}

Response

A status 200 OK is expected with no body.