Complete list of events and entity action types in Gauzy.
Activity Log Action Typesโ
| Action Type | Description |
|---|
CREATED | Entity was created |
UPDATED | Entity was updated |
DELETED | Entity was soft-deleted |
ARCHIVED | Entity was archived |
RESTORED | Entity was restored |
Entity Typesโ
| Entity Type | Description |
|---|
Organization | Organization changes |
Employee | Employee changes |
Task | Task updates |
OrganizationProject | Project updates |
TimeLog | Time log entries |
Timesheet | Timesheet approvals |
Invoice | Invoice lifecycle |
Payment | Payment updates |
Expense | Expense changes |
Income | Income changes |
Contact | Contact updates |
Deal | Deal stage changes |
Candidate | Candidate updates |
Equipment | Equipment changes |
WebSocket Eventsโ
| Event | Direction | Description |
|---|
timer-started | Server โ Client | Timer started |
timer-stopped | Server โ Client | Timer stopped |
screenshot-taken | Server โ Client | Screenshot captured |
notification | Server โ Client | New notification |
task-updated | Server โ Client | Task changed |
employee-online | Server โ Client | Employee status |
CQRS Eventsโ
| Event | Description |
|---|
TaskCreatedEvent | Task created |
TaskUpdatedEvent | Task updated |
TimerStartedEvent | Timer started |
TimerStoppedEvent | Timer stopped |
ScreenshotTakenEvent | Screenshot captured |
InvoiceSentEvent | Invoice emailed |
PaymentReceivedEvent | Payment recorded |
Related Pagesโ