Zoho Crm
Zoho Crm
Configuration
Zoho CRM source connector integrates with the Zoho CRM REST API to extract CRM data.
Synchronizes comprehensive data from your Zoho CRM org including:
- Accounts (companies, organizations)
- Contacts (people)
- Deals (sales opportunities, pipelines)
- Leads (pre-qualified prospects)
- Products (product catalog)
- Quotes (sales proposals)
- Sales Orders (confirmed orders)
- Invoices (billing documents)
It provides access to all major Zoho CRM modules with proper OAuth2 authentication.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
ZohoCRMAccountEntity
Schema for Zoho CRM Account entities.
Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html
ZohoCRMContactEntity
Schema for Zoho CRM Contact entities.
Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html
ZohoCRMDealEntity
Schema for Zoho CRM Deal entities (pipelines).
Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html
ZohoCRMLeadEntity
Schema for Zoho CRM Lead entities.
Leads are pre-qualified prospects that haven’t been converted to contacts yet.
Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html
ZohoCRMProductEntity
Schema for Zoho CRM Product entities.
Products represent items in the product catalog.
Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html
ZohoCRMQuoteEntity
Schema for Zoho CRM Quote entities.
Quotes are sales proposals sent to potential customers.
Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html
ZohoCRMSalesOrderEntity
Schema for Zoho CRM Sales Order entities.
Sales Orders are confirmed orders from customers.
Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html
ZohoCRMInvoiceEntity
Schema for Zoho CRM Invoice entities.
Invoices are billing documents sent to customers.
Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html