Skip to main content

Overview

Pre-built tooling

ToolsStatus
Pre-built authorization (OAuth)
Credentials auto-refresh
Auth parameters validation
Pre-built authorization UI
Custom authorization UI
Expired credentials detection
ToolsStatus
Pre-built integrations
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-type type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination
Pre-configured rate-limit handling
Per-customer configurations

Pre-built integrations

EndpointDescriptionReadme
POST /customersCreates a customer in ExactOnline🔗
PUT /customersUpdates a customer in ExactOnline🔗
GET /customersFetches all customers in Exact Online🔗
EndpointDescriptionReadme
POST /invoicesCreates an invoice in ExactOnline🔗
PUT /invoicesUpdates an invoice in ExactOnline🔗
EndpointDescriptionReadme
POST /invoices/attach-fileUploads a file to ExactOnline and link it to an invoice🔗
GET /paymentsFetches all payments in Exact Online🔗
Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

Connection configuration in Nango

  • Exact online uses different domain extensions for different regions.

API gotchas

  • Access Token refreshes are only possible in the last 30 seconds of the last one being valid, or of course when there is no valid Access Token anymore.
  • Access Tokens stay valid for only 10 minutes.
Contribute API gotchas by editing this page