✅ Authorization
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | 🚫 (time to contribute: <48h) |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free FreshBooks account is sufficient for development. |
Paid test account | ✅ Not required | Free FreshBooks account is sufficient for testing. |
Partnership | ✅ Not required | |
App review | ✅ Not required | No review process for OAuth apps. |
Security audit | ✅ Not required |
Create a FreshBooks account
Access the developer portal
Create a new OAuth application
Configure OAuth settings
https://api.nango.dev/oauth/callback
user:profile:read
- Read user profile informationuser:clients:read
- Read client informationuser:invoices:read
- Read invoice informationuser:invoices:write
- Create and update invoicesuser:estimates:read
- Read estimate informationuser:estimates:write
- Create and update estimatesuser:expenses:read
- Read expense informationuser:expenses:write
- Create and update expensesObtain your OAuth credentials
Configure your integration in Nango
Next
Scope | Description |
---|---|
user:profile:read | Read user profile information |
user:clients:read | Read client information |
user:clients:write | Create and update clients |
user:invoices:read | Read invoice information |
user:invoices:write | Create and update invoices |
user:estimates:read | Read estimate information |
user:estimates:write | Create and update estimates |
user:expenses:read | Read expense information |
user:expenses:write | Create and update expenses |
user:payments:read | Read payment information |
user:payments:write | Create and update payments |
user:projects:read | Read project information |
user:projects:write | Create and update projects |
user:time_entries:read | Read time entry information |
user:time_entries:write | Create and update time entries |