ContentManagerUpdateContentCustomPropertyV1
The event will be triggered when the value of custom properties was changed on content.
{
"id": "GUID",
"version": "contentManagerUpdateContentCustomPropertyV1",
"occuredAt": "2023-01-20T21:13:25.268Z",
"tenantId": "b4d8bb18-dc97-4e18-8049-50a04edf453f",
"tenantName": "fsdev",
"data": {
"teamSiteId": "47e52009-1ac8-4b89-bacc-3a2268725fb8",
"userId": "36032adf-2435-485a-870f-b75520c0b6da",
"contentId": "7ea7db16-a0de-4990-a6a6-206c5d958811",
"updatedCustomProperties": [
{
"propertyId": "aa5d2879-19cb-4056-878e-032867260000",
"propertyName": "TestProperty",
"propertyValues": ["TestValue1"]
}
],
"contentType": 1
},
"application": "ContentManager",
"productArea": "MarketingExperience"
}
Updated 2 months ago