Utils overview
Fluide Utils provides shared capabilities your integration can call alongside HR, Payroll, Pay, or Books: notifications, file storage, and document generation.Base path
/api/v1/app/*
Authorize requests with your developer credentials — see Authorization.
Modules
| Module | Purpose |
|---|---|
| Notifications | In-app and templated notifications |
| File Management | Organization-scoped uploads and downloads |
| Documents | PDF and spreadsheet generation (payslips, invoices, reports) |
| Document Jobs | Long-running generation with status polling |
When to use Utils
- After a payroll run — generate payslip PDFs
- After invoice creation in Books — generate invoice PDFs
- When your app needs file storage or user notifications tied to suite events
Utils quickstart
Verify access and list notifications.
Utils modules
Per-module endpoints and examples.
Utils API reference
Browse and try Utils endpoints.