Utils quickstart
Fluide Utils handles cross-cutting tasks your integration may need alongside HR, Payroll, Pay, or Books: notifications, file storage, and document generation.Prerequisites
Developer credentials and access token — Authorization.1. Verify connectivity
2. List notifications
Common use cases
| Need | Module | Example |
|---|---|---|
| In-app alert after payroll | Notifications | POST /api/v1/app/notifications |
| Store an uploaded file | File Management | POST /api/v1/app/files |
| Payslip or invoice PDF | Documents | POST /api/v1/app/documents/payslips |
| Long-running export | Document Jobs | Create job, poll status |
Utils overview
When to call Utils from other products.
Utils API reference
Browse and try Utils endpoints.