This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/clientDefs/Webhook.json
T
Yuri Kuznetsov 7524bc3bc3 actions allowed
2021-04-30 22:36:45 +03:00

31 lines
768 B
JSON

{
"controller": "controllers/record",
"recordViews": {
"list": "views/webhook/record/list"
},
"dynamicLogic": {
"fields": {
"event": {
"readOnly": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "id"
}
]
}
},
"secretKey": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "id"
}
]
}
}
}
}
}