Skip to content

Integrations

Fynex provides multiple ways to connect your existing systems with your collections workflow. You can import and export data, receive real-time event notifications via webhooks, and access the full REST API for programmatic control.

What You Can Integrate

CapabilityDescription
CSV/Excel ImportUpload account portfolios from spreadsheets through the UI
REST APIRead and write accounts, contacts, payments, and interactions over HTTP
WebhooksReceive real-time HTTP POST notifications when events occur in Fynex
Data ExportExport accounts and interaction data as JSON or CSV for external reporting

Getting Started

  1. Create an API key — Go to Settings > Integrations and generate an API key with the scopes your integration needs. See the API Keys guide for details.
  2. Configure webhooks — Add a webhook endpoint to receive event notifications as they happen. See the Webhooks guide for setup instructions.
  3. Start syncing data — Use the REST API to import accounts, export data, or build custom workflows. See Import & Export via API for bulk operations.

Authentication Methods

Fynex supports two authentication methods depending on your use case:

MethodUse CaseHow It Works
API KeyMachine-to-machine integrationsSend the key in the X-API-Key HTTP header
JWT TokenBrowser-based sessionsIssued by Supabase Auth, attached automatically by the Fynex UI

For most integrations — CRM sync, ERP import, reporting pipelines — use API keys. JWT authentication is used internally by the Fynex web application.

Integration Guides

GuideDescription
API KeysCreate, manage, and secure API keys
WebhooksReceive real-time event notifications
Import & Export via APIBulk import and export accounts programmatically
API ReferenceFull endpoint documentation

TIP

If you only need to import accounts from a spreadsheet, you can use the CSV/Excel import on the Portfolio page without setting up API keys.