{
"uid": "command_sovereignty_webhooks",
"type": "webhooks",
"config": {
"settings": {
"targetUrl": "https://example.com/webhook",
"maxConcurrentRequests": 10
},
"subscriptions": {
"crmObjects": [
{
"subscriptionType": "object.creation",
"objectType": "contact",
"active": false
},
{
"subscriptionType": "object.propertyChange",
"objectType": "contact",
"propertyName": "firstname",
"active": false
}
],
"legacyCrmObjects": [
{
"subscriptionType": "contact.propertyChange",
"propertyName": "lastname",
"active": false
},
{
"subscriptionType": "contact.deletion",
"active": false
}
],
"hubEvents": [
{
"subscriptionType": "contact.privacyDeletion",
"active": false
}
]
}
}
}