Connects with your stack, not against it.

Every tool your agency already relies on — wired in and ready to go, no glue code required.

Supported integrations

Stripe

Billing, payment processing, and the Pricing Table widget — all wired up out of the box.

Supabase

Managed Postgres, Auth, and Edge Functions form the entire data layer powering the platform.

Resend

Transactional email for notifications, payout confirmations, and model invite flows.

Sentry

Error monitoring and performance tracing so issues surface before your clients notice them.

Bidirectional Webhooks

Emit events on invoices, payouts, and document state changes; receive events from external systems.

Multi-Chain Crypto

Accept and track crypto across supported chains.

Learn more

CSV Import / Export

Migrate from spreadsheets or accounting tools in seconds, and export data whenever you need it.

GDPR Data Export

One-click data export for GDPR compliance and portability.

Learn more
Bidirectional Webhooks

Real-time events, both ways

OFM Finance Hub emits signed webhook events whenever an invoice changes state, a payout is initiated, or a document is approved or rejected. You can also configure inbound endpoints so external systems — payroll tools, agency dashboards, CRMs — push changes directly back into your workflow without polling.

POST https://your-endpoint.example/webhooks
{
  "event": "invoice.overdue",
  "team_id": "team_01HX9B2K3M4N5P6Q7R8S9T",
  "invoice_id": "inv_01HX9C3L4M5N6P7Q8R9S0T",
  "occurred_at": "2026-04-28T14:32:00Z",
  "data": {
    "amount_due": 4200,
    "currency": "usd",
    "days_overdue": 7
  }
}

All outbound events are HMAC-SHA256 signed. Verify the X-OFM-Signature header on every request.

Have a custom workflow?

Not every agency runs the same stack. If you need a bespoke connector or a non-standard event shape, we can help.

Talk to us

Ready to see how it all fits together?

View pricing