Integration Points
Main Integrations
- Authentication & token guard (web + sanctum).
- Push notification delivery.
- Chat backend initialization (
init-firestore). - QR generation/download endpoints.
- API documentation viewer endpoint.
Example Sequence (Notification)
sequenceDiagram
participant U as User/Admin
participant API as Backend API
participant N as Notification Service
U->>API: Trigger action
API->>N: Dispatch notification payload
N-->>U: Push delivered