Webhook Events

Model Object

Webhook event triggered when a model object was modified

postWebhookmodel-object

Payload

collection'model-object' required
operation'created' | 'updated' | 'deleted' required
organizationIdstring id required
resourceIdstring id required
subscriptionIdstring id required

Example payload

{
  "after": {
    "id": "zaPio5QOlExPRATLyS97",
    "landscapeId": "XvZbMAfNvEjROLJwegfM",
    "versionId": "3sKFDOoSVU1AYDF7PxUc"
  },
  "before": {
    "id": "zaPio5QOlExPRATLyS97",
    "landscapeId": "XvZbMAfNvEjROLJwegfM",
    "versionId": "3sKFDOoSVU1AYDF7PxUc"
  },
  "collection": "model-connection",
  "operation": "created",
  "organizationId": "JGsRupgTA0966ozhGBIX",
  "resourceId": "zaPio5QOlExPRATLyS97",
  "subscriptionId": "UcHI6eEY8Pp5KT0u152N"
}

Response

OK

Changes