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

23 lines
493 B
JSON

{
"fields": {
"event": "Event",
"webhook": "Webhook",
"target": "Target",
"data": "Data",
"status": "Status",
"processedAt": "Processed At",
"attempts": "Attempts",
"processAt": "Process At"
},
"links": {
"webhook": "Webhook"
},
"options": {
"status": {
"Pending": "Pending",
"Success": "Success",
"Failed": "Failed"
}
}
}