Skip to main content

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

ModulePurpose
NotificationsIn-app and templated notifications
File ManagementOrganization-scoped uploads and downloads
DocumentsPDF and spreadsheet generation (payslips, invoices, reports)
Document JobsLong-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.