Connector Ecosystem — Overview
BizOSaaS is designed to act as a central intelligence hub for all your business data. Our connector architecture lets any business software — from ERP to CRM to E-Commerce — be linked in minutes, with its data immediately available to AI Agents for automation, insights, and reporting.
Available Connector Categories
| Category | Connectors |
|---|---|
| 💼 Accounting & Finance | Zoho Books, QuickBooks Online, Freshbooks, Tally Prime, Xero |
| 🏭 ERP | SAP Business One, ERPNext, Microsoft Dynamics 365 |
| 📣 CRM | Zoho CRM, HubSpot CRM, Pipedrive |
| 🛒 E-Commerce | Shopify, WooCommerce, Wix, Amazon Seller |
| 🎯 Marketing | Google Ads, Facebook Ads, LinkedIn Ads, Mailchimp |
| 💬 Support | Zendesk, Freshdesk, Intercom |
How Connectors Work
Each connector is implemented as a module inheriting from the base ConnectorRegistry class in apps/ai-service/connectors/. This provides:
authenticate()— OAuth 2.0 or API Key verificationsync_data(entity)— Background sync of specific data entities (Contacts, Orders, Invoices, etc.)perform_action(action, payload)— Direct write-back to the target platform (Create Invoice, Update Deal, etc.)get_schema()— Returns the data schema for AI Agent awareness
General Prerequisites
To connect any integration, you typically need:
- API Key or OAuth App credentials from the third-party developer portal
- Redirect URI (for OAuth):
https://api.bizoholic.com/api/auth/callback/[connector_slug] - Scopes: A minimal list of permissions (described in each guide below)
Quick Start Links
- Shopify — E-Commerce
- WooCommerce — E-Commerce
- Zoho Books — Accounting
- QuickBooks Online — Accounting
- Xero — Accounting
- Freshbooks — Accounting
- Tally Prime — Accounting (Indian ERP)
- Zoho CRM — CRM
- HubSpot CRM — CRM
- Pipedrive — CRM
- ERPNext — ERP
- SAP Business One — ERP
- Microsoft Dynamics 365 — ERP
- Zendesk — Support