Skip to content

Zoho Account

Description

The Zoho Account entity represents company-level information in Zoho CRM, such as business name, industry, and location. It is used to track organizations you’re doing business with, often linked with contacts and deals.

The Zoho Account activity allows workflow-based interaction with the Zoho CRM Accounts module. It supports the following operations:

  • Get a specific account by ID
  • Get all accounts
  • Create a new account
  • Create many accounts using mapped input
  • Update an account by ID
  • Delete an account by ID

Use Case: Business account data, once extracted using QueryExecution, can be uploaded to Zoho via ZohoAccount. These accounts form the foundation for associating related contacts or deals. Workflows can then segment accounts based on industry or revenue range using GroupLongTailValues and create region-wise reports using PivotColumns.

Input

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

Output

Output TypeFormatDescription
DataJSONReturned account record(s)

Configuration Fields

Field NameDescription
ConnectionSelect a Zoho connection. Required to authenticate and perform actions in Zoho CRM.
OperationOperation to perform:
  • Get
  • Get All
  • Create
  • Create Many
  • Update
  • Delete
IdRequired for operations: Get, Update, Delete. Refers to the Zoho Account ID.
FieldsUsed in Create and Update operations. Define the key-value pairs representing the account fields to set.
Fields MappingUsed in Create Many operation. Maps input data fields to Zoho Account fields dynamically. Requires previous step output with matching keys.

Sample Input

OperationRequired FieldsExample Input
GetId
Id401234567890
Get AllNone(No input required)
CreateAccount fields
Account NameAcme Corp
IndustrySoftware
UpdateId, Fields
Id401234567890
Phone+911234567890
DeleteId
Id401234567890
Create ManyField Mapping
Account Name[Company]
Phone[Contact Number]

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

Sample Configuration

FieldValue
connection.idabc123
connection.nameZoho Prod
operationCreateMany
fieldsMapping
  • Account Name → Company
  • Phone → Contact Number

Sample Output

IdAccount NameIndustryPhoneCreated TimeModified Time
45678Acme CorpSoftware+9112345678902024-04-01T10:30:00Z2024-06-15T12:45:00Z
87654Zenith LtdServices+9198765432102024-05-03T09:15:00Z2024-06-17T11:20:00Z