Skip to content

Zoho Quote

Description

Zoho Quote represents a formal sales document issued to a customer, detailing the proposed prices for products or services. Quotes are typically generated in response to customer inquiries and include information such as product details, pricing, terms, taxes, and validity dates

The Zoho Quote activity enables workflows to interact with the Quotes module of Zoho CRM. Quotes are formal price proposals sent to customers, often based on deals or sales opportunities. This activity supports retrieval, creation, update, and deletion of quote records — either individually or in bulk.

Use this activity to:

  • Get – Retrieve a single quote by ID
  • Get All – Retrieve all quotes
  • Create – Add a new quote
  • Create Many – Add multiple quotes using field mappings
  • Update – Modify an existing quote
  • Delete – Delete a quote by ID

Use case: When a new lead is qualified, workflows can generate a quote using ZohoQuote. Prices, taxes, and discounts can be prefilled using Fill Columns or Static Lookup. The quote can be formatted and emailed using Send Email, while versions or approvals can be tracked using Extract Date Component.

Input

  • Data – Required only for Create Many and Update operations.

Output

Output TypeFormatDescription
DataJSONZoho quote record(s) as output

Configuration Fields

Field NameDescription
ConnectionSelect a Zoho connection (OAuth). Required for authentication.
OperationSelect one of the supported operations:
  • Get
  • Get All
  • Create
  • Create Many
  • Update
  • Delete
IdUsed in Get, Update, and Delete. Provide the Zoho Quote ID.
FieldsUsed in Create and Update. Define fields like Subject, Quote Stage, Account Name, Grand Total, etc.
Fields MappingUsed in Create Many. Maps fields from input data to Zoho Quote fields.

Sample Input

OperationRequired FieldsExample Input
GetId
Id1234567000000404011
Get AllNone(No input required)
CreateQuote fields
SubjectQuote #Q001
Quote StageDelivered
UpdateId, Fields
Id1234567000000404011
Quote StageAccepted
DeleteId
Id1234567000000404011
Create ManyField Mapping
Subject[QuoteTitle]
Quote Stage[Stage]

Input fields for Create Many operation are mapped from data output by the previous activity in the workflow.

Sample Configuration

FieldValue
connection.idzoho-crm-quotes
connection.nameZoho Quote Automation
operationCreateMany
fieldsMapping
  • Subject → QuoteTitle
  • Quote Stage → Stage
  • Account Name → Client

Sample Output

IdSubjectQuote StageAccount NameGrand TotalCreated Time
1234111Quote #Q001DeliveredAcme Corp1200.002024-05-12T11:15:00Z
1234112Quote #Q002AcceptedGlobex Inc.899.992024-05-13T08:45:00Z