Files
espocrm/application/Espo/Resources/i18n/en_US/Webhook.json
2026-01-19 17:46:06 +01:00

23 lines
550 B
JSON

{
"labels": {
"Create Webhook": "Create Webhook"
},
"fields": {
"event": "Event",
"url": "URL",
"isActive": "Is Active",
"user": "API User",
"entityType": "Entity Type",
"field": "Field",
"secretKey": "Secret Key",
"skipOwn": "Skip Own"
},
"links": {
"user": "User",
"queueItems": "Queue Items"
},
"tooltips": {
"skipOwn": "Do not send if the event was initiated by the user owning the webhook."
}
}