Zoho Crm

Zoho Crm logo

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:

Schema for Zoho CRM Account entities.

Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html

FieldTypeDescription
account_idstrUnique Zoho CRM ID for the account.
account_namestrDisplay name of the account.
created_timedatetimeWhen the account was created.
updated_timedatetimeWhen the account was last updated.
web_url_valueOptional[str]URL to open the account in Zoho CRM.
websiteOptional[str]Account website URL
phoneOptional[str]Account phone number
faxOptional[str]Account fax number
industryOptional[str]Account industry
annual_revenueOptional[float]Annual revenue
employeesOptional[int]Number of employees
ownershipOptional[str]Account ownership type
ticker_symbolOptional[str]Stock ticker symbol
descriptionOptional[str]Account description
ratingOptional[str]Account rating
parent_account_idOptional[str]ID of parent account
account_typeOptional[str]Account type
billing_streetOptional[str]Billing street address
billing_cityOptional[str]Billing city
billing_stateOptional[str]Billing state/province
billing_codeOptional[str]Billing postal code
billing_countryOptional[str]Billing country
shipping_streetOptional[str]Shipping street address
shipping_cityOptional[str]Shipping city
shipping_stateOptional[str]Shipping state/province
shipping_codeOptional[str]Shipping postal code
shipping_countryOptional[str]Shipping country
account_numberOptional[str]Account number
sic_codeOptional[str]SIC code
owner_idOptional[str]ID of the user who owns the account
owner_nameOptional[str]Name of the account owner
metadataDict[str, Any]Additional metadata about the account

Schema for Zoho CRM Contact entities.

Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html

FieldTypeDescription
contact_idstrUnique Zoho CRM ID for the contact.
contact_namestrDisplay name of the contact.
created_timedatetimeWhen the contact was created.
updated_timedatetimeWhen the contact was last updated.
web_url_valueOptional[str]URL to view the contact in Zoho CRM.
first_nameOptional[str]Contact’s first name
last_nameOptional[str]Contact’s last name
emailOptional[str]Contact’s email address
secondary_emailOptional[str]Contact’s secondary email address
phoneOptional[str]Contact’s phone number
mobileOptional[str]Contact’s mobile phone number
faxOptional[str]Contact’s fax number
titleOptional[str]Contact’s job title
departmentOptional[str]Contact’s department
account_idOptional[str]ID of the associated account
account_nameOptional[str]Name of the associated account
lead_sourceOptional[str]Source of the lead
date_of_birthOptional[str]Contact’s date of birth
descriptionOptional[str]Contact description
owner_idOptional[str]ID of the user who owns the contact
owner_nameOptional[str]Name of the contact owner
mailing_streetOptional[str]Mailing street address
mailing_cityOptional[str]Mailing city
mailing_stateOptional[str]Mailing state/province
mailing_zipOptional[str]Mailing postal code
mailing_countryOptional[str]Mailing country
other_streetOptional[str]Other street address
other_cityOptional[str]Other city
other_stateOptional[str]Other state/province
other_zipOptional[str]Other postal code
other_countryOptional[str]Other country
assistantOptional[str]Assistant’s name
asst_phoneOptional[str]Assistant’s phone number
reports_to_idOptional[str]ID of the contact this contact reports to
email_opt_outboolIndicates whether the contact has opted out of email
metadataDict[str, Any]Additional metadata about the contact

Schema for Zoho CRM Deal entities (pipelines).

Reference: https://www.zoho.com/crm/developer/docs/api/v8/modules-api.html

FieldTypeDescription
deal_idstrUnique Zoho CRM ID for the deal.
deal_namestrDisplay name of the deal.
created_timedatetimeWhen the deal was created.
updated_timedatetimeWhen the deal was last updated.
web_url_valueOptional[str]URL to view the deal in Zoho CRM.
account_idOptional[str]ID of the associated account
account_nameOptional[str]Name of the associated account
contact_idOptional[str]ID of the associated contact
contact_nameOptional[str]Name of the associated contact
amountOptional[float]Deal amount
closing_dateOptional[str]Expected closing date
stageOptional[str]Sales stage
probabilityOptional[float]Probability percentage
expected_revenueOptional[float]Expected revenue
pipelineOptional[str]Pipeline name
campaign_sourceOptional[str]Campaign source
owner_idOptional[str]ID of the user who owns the deal
owner_nameOptional[str]Name of the deal owner
lead_sourceOptional[str]Source of the lead
deal_typeOptional[str]Deal type
next_stepOptional[str]Next step in the sales process
descriptionOptional[str]Deal description
reason_for_lossOptional[str]Reason for loss if deal was lost
metadataDict[str, Any]Additional metadata about the deal

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

FieldTypeDescription
lead_idstrUnique Zoho CRM ID for the lead.
lead_namestrDisplay name of the lead.
created_timedatetimeWhen the lead was created.
updated_timedatetimeWhen the lead was last updated.
web_url_valueOptional[str]URL to view the lead in Zoho CRM.
first_nameOptional[str]Lead’s first name
last_nameOptional[str]Lead’s last name
companyOptional[str]Lead’s company name
emailOptional[str]Lead’s email address
phoneOptional[str]Lead’s phone number
mobileOptional[str]Lead’s mobile phone number
faxOptional[str]Lead’s fax number
titleOptional[str]Lead’s job title
websiteOptional[str]Lead’s website
lead_sourceOptional[str]Source of the lead
lead_statusOptional[str]Current status of the lead
industryOptional[str]Lead’s industry
annual_revenueOptional[float]Annual revenue
no_of_employeesOptional[int]Number of employees
ratingOptional[str]Lead rating
descriptionOptional[str]Lead description
streetOptional[str]Street address
cityOptional[str]City
stateOptional[str]State/province
zip_codeOptional[str]Postal code
countryOptional[str]Country
owner_idOptional[str]ID of the user who owns the lead
owner_nameOptional[str]Name of the lead owner
convertedboolWhether the lead has been converted
email_opt_outboolIndicates whether the lead has opted out of email
metadataDict[str, Any]Additional metadata about the lead

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

FieldTypeDescription
product_idstrUnique Zoho CRM ID for the product.
product_namestrDisplay name of the product.
created_timedatetimeWhen the product was created.
updated_timedatetimeWhen the product was last updated.
web_url_valueOptional[str]URL to view the product in Zoho CRM.
product_codeOptional[str]Product code/SKU
product_categoryOptional[str]Product category
manufacturerOptional[str]Product manufacturer
vendor_nameOptional[str]Vendor name
unit_priceOptional[float]Unit price
sales_start_dateOptional[str]Sales start date
sales_end_dateOptional[str]Sales end date
support_start_dateOptional[str]Support start date
support_expiry_dateOptional[str]Support expiry date
qty_in_stockOptional[float]Quantity in stock
qty_in_demandOptional[float]Quantity in demand
qty_orderedOptional[float]Quantity ordered
reorder_levelOptional[float]Reorder level
commission_rateOptional[float]Commission rate
taxOptional[str]Tax information
taxableboolWhether the product is taxable
product_activeboolWhether the product is active
descriptionOptional[str]Product description
owner_idOptional[str]ID of the user who owns the product
owner_nameOptional[str]Name of the product owner
metadataDict[str, Any]Additional metadata about the product

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

FieldTypeDescription
quote_idstrUnique Zoho CRM ID for the quote.
quote_namestrDisplay name/subject of the quote.
created_timedatetimeWhen the quote was created.
updated_timedatetimeWhen the quote was last updated.
web_url_valueOptional[str]URL to view the quote in Zoho CRM.
quote_numberOptional[str]Quote number
quote_stageOptional[str]Quote stage
account_idOptional[str]ID of the associated account
account_nameOptional[str]Name of the associated account
contact_idOptional[str]ID of the associated contact
contact_nameOptional[str]Name of the associated contact
deal_idOptional[str]ID of the associated deal
deal_nameOptional[str]Name of the associated deal
valid_tillOptional[str]Quote validity date
sub_totalOptional[float]Subtotal amount
discountOptional[float]Discount amount
taxOptional[float]Tax amount
adjustmentOptional[float]Adjustment amount
grand_totalOptional[float]Grand total amount
carrierOptional[str]Carrier/shipper
shipping_chargeOptional[float]Shipping charge
terms_and_conditionsOptional[str]Terms and conditions
descriptionOptional[str]Quote description
billing_streetOptional[str]Billing street
billing_cityOptional[str]Billing city
billing_stateOptional[str]Billing state
billing_codeOptional[str]Billing postal code
billing_countryOptional[str]Billing country
shipping_streetOptional[str]Shipping street
shipping_cityOptional[str]Shipping city
shipping_stateOptional[str]Shipping state
shipping_codeOptional[str]Shipping postal code
shipping_countryOptional[str]Shipping country
owner_idOptional[str]ID of the user who owns the quote
owner_nameOptional[str]Name of the quote owner
metadataDict[str, Any]Additional metadata about the quote

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

FieldTypeDescription
sales_order_idstrUnique Zoho CRM ID for the sales order.
sales_order_namestrDisplay name/subject of the sales order.
created_timedatetimeWhen the sales order was created.
updated_timedatetimeWhen the sales order was last updated.
web_url_valueOptional[str]URL to view the sales order in Zoho CRM.
so_numberOptional[str]Sales order number
statusOptional[str]Sales order status
account_idOptional[str]ID of the associated account
account_nameOptional[str]Name of the associated account
contact_idOptional[str]ID of the associated contact
contact_nameOptional[str]Name of the associated contact
deal_idOptional[str]ID of the associated deal
deal_nameOptional[str]Name of the associated deal
quote_idOptional[str]ID of the associated quote
quote_nameOptional[str]Name of the associated quote
due_dateOptional[str]Due date
sub_totalOptional[float]Subtotal amount
discountOptional[float]Discount amount
taxOptional[float]Tax amount
adjustmentOptional[float]Adjustment amount
grand_totalOptional[float]Grand total amount
carrierOptional[str]Carrier/shipper
shipping_chargeOptional[float]Shipping charge
excise_dutyOptional[float]Excise duty
terms_and_conditionsOptional[str]Terms and conditions
descriptionOptional[str]Sales order description
billing_streetOptional[str]Billing street
billing_cityOptional[str]Billing city
billing_stateOptional[str]Billing state
billing_codeOptional[str]Billing postal code
billing_countryOptional[str]Billing country
shipping_streetOptional[str]Shipping street
shipping_cityOptional[str]Shipping city
shipping_stateOptional[str]Shipping state
shipping_codeOptional[str]Shipping postal code
shipping_countryOptional[str]Shipping country
owner_idOptional[str]ID of the user who owns the sales order
owner_nameOptional[str]Name of the sales order owner
metadataDict[str, Any]Additional metadata about the sales order

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

FieldTypeDescription
invoice_idstrUnique Zoho CRM ID for the invoice.
invoice_namestrDisplay name/subject of the invoice.
created_timedatetimeWhen the invoice was created.
updated_timedatetimeWhen the invoice was last updated.
web_url_valueOptional[str]URL to view the invoice in Zoho CRM.
invoice_numberOptional[str]Invoice number
invoice_dateOptional[str]Invoice date
statusOptional[str]Invoice status
account_idOptional[str]ID of the associated account
account_nameOptional[str]Name of the associated account
contact_idOptional[str]ID of the associated contact
contact_nameOptional[str]Name of the associated contact
deal_idOptional[str]ID of the associated deal
deal_nameOptional[str]Name of the associated deal
sales_order_idOptional[str]ID of the associated sales order
sales_order_nameOptional[str]Name of the associated sales order
due_dateOptional[str]Payment due date
purchase_orderOptional[str]Purchase order number
sub_totalOptional[float]Subtotal amount
discountOptional[float]Discount amount
taxOptional[float]Tax amount
adjustmentOptional[float]Adjustment amount
grand_totalOptional[float]Grand total amount
shipping_chargeOptional[float]Shipping charge
excise_dutyOptional[float]Excise duty
terms_and_conditionsOptional[str]Terms and conditions
descriptionOptional[str]Invoice description
billing_streetOptional[str]Billing street
billing_cityOptional[str]Billing city
billing_stateOptional[str]Billing state
billing_codeOptional[str]Billing postal code
billing_countryOptional[str]Billing country
shipping_streetOptional[str]Shipping street
shipping_cityOptional[str]Shipping city
shipping_stateOptional[str]Shipping state
shipping_codeOptional[str]Shipping postal code
shipping_countryOptional[str]Shipping country
owner_idOptional[str]ID of the user who owns the invoice
owner_nameOptional[str]Name of the invoice owner
metadataDict[str, Any]Additional metadata about the invoice