Dolibarr
Connector for the Dolibarr ERP/CRM REST API focused on GET operations
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
api_key | string | API Key. | |
my_dolibarr_domain_url | string | my_dolibarr_domain/url. Enter your domain/dolibarr_url without https:// Example: mydomain.com/dolibarr |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| Products list | product_id | DefaultPaginator | ✅ | ❌ |
| Products category id list | No pagination | ✅ | ❌ | |
| Product categories list | category_id | DefaultPaginator | ✅ | ❌ |
| Customer invoices list | invoice_id | DefaultPaginator | ✅ | ❌ |
| Customer invoices lines list | No pagination | ✅ | ❌ | |
| Customers list | customer_id | DefaultPaginator | ✅ | ❌ |
| Supplier invoices list | supp_invoice_id | DefaultPaginator | ✅ | ❌ |
| Supplier invoices lines list | No pagination | ✅ | ❌ | |
| Suppliers list | supplier_id | DefaultPaginator | ✅ | ❌ |
| Internal Users | user_id | DefaultPaginator | ✅ | ❌ |
| Company profile data | No pagination | ✅ | ❌ | |
| Customer invoices payments list | ref | No pagination | ✅ | ❌ |
| Supplier invoices payments list | ref | No pagination | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
string
my_dolibarr_domain_url
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.1 | 2025-05-20 | Initial release by @leonmm2 via Connector Builder |