Skip to content

Zoho Lead

Description

The Zoho Lead entity represents potential customers or contacts captured through marketing or sales outreach. Each lead includes information such as name, company, contact details, and lead status. It is the starting point for customer conversion in Zoho CRM.

The Zoho Lead activity enables workflows to perform operations like retrieving, creating, updating, or deleting lead records in Zoho CRM. It supports both single and bulk operations, making it suitable for lead automation and enrichment pipelines.

Use this activity to:

  • Get – Retrieve a single lead by ID
  • Get All – Retrieve all leads
  • Create – Add a new lead record
  • Create Many – Add multiple lead records using field mappings
  • Update – Modify an existing lead record
  • Delete – Delete a lead by ID

Use case:

Input

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

Output

Output TypeFormatDescription
DataJSONZoho lead record(s) 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 Lead ID.
FieldsUsed in Create and Update. Define values like Company, First Name, Last Name, Email, etc.
Fields MappingUsed in Create Many. Maps fields from input data to Zoho fields.

Sample Input

OperationRequired FieldsExample Input
GetId
Id1234567000000302011
Get AllNone(No input required)
CreateLead fields
CompanyAcme Corp
Email[email protected]
UpdateId, Fields
Id1234567000000302011
StatusContacted
DeleteId
Id1234567000000302011
Create ManyField Mapping
Company[OrgName]
Email[WorkEmail]

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

Sample Configuration

FieldValue
connection.idzoho-prod-002
connection.nameZoho CRM Lead Sync
operationCreateMany
fieldsMapping
  • Company → OrgName
  • Email → WorkEmail
  • Phone → ContactNumber

Sample Output

IdCompanyEmailStatusCreated Time
12345670000000001Acme Corp[email protected]New Lead2024-05-10T10:00:00Z
12345670000000002Beta Inc.[email protected]Contacted2024-05-11T12:30:00Z