Skip to main content
Version: Insiders

Metadata

These webhooks are triggered when a resource's metadata is updated. Configuration options in templates or provisioning actions allow you to customize notifications to meet 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 the metadata of a Distribution List changes.

{
"eventType": "distributionlistmodified",
"mail": {
"managedBy": [
"6a95c23b-cbb3-4f06-9b05-5e96ac65c78c"
],
"displayName": "TestDL",
"emailAddresses": [
"SMTP:TestDL@mydomain.test"
],
"id": "fd36d8f9-1b31-49ad-b814-42353ced7c10",
"name": "TestDL",
"description": [
"TestDL"
],
"metadata": {
"additionalData": {
"tId": "03bf9294-8722-4c8e-977a-9458bec73f6d"
}
},
"policy": {}
},
"tenantId": "1840b34e-6fe7-4a56-9ad3-0b7b58c49dc7"
}

Response

A status 200 OK is expected with no body.