Skip to content

Zoho Vendor

Description

The Zoho Vendor entity represents suppliers or third-party organizations that provide goods or services. These records are used in the procurement cycle to track purchasing, supplier contact details, and transaction history.

The Zoho Vendor activity allows workflows to automate vendor management tasks, such as retrieving vendor details, adding new vendors, updating vendor profiles, and removing outdated entries.

Use this activity to:

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

Input

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

Output

Output TypeFormatDescription
DataJSONZoho Vendor record(s) output

Configuration Fields

Field NameDescription
ConnectionSelect a Zoho connection (OAuth). Required for authentication.
OperationChoose from the supported operations:
  • Get
  • Get All
  • Create
  • Create Many
  • Update
  • Delete
IdUsed in Get, Update, and Delete. Provide the Zoho Vendor ID.
FieldsUsed in Create and Update. Define fields such as Vendor Name, Email, Phone, etc.
Fields MappingUsed in Create Many. Maps fields from input data to Zoho Vendor fields.

Sample Input

OperationRequired FieldsExample Input
GetId
Id1234567000000252011
Get AllNone(No input required)
CreateVendor fields
Vendor NameGlobal Supplies Ltd.
Email[email protected]
UpdateId, Fields
Id1234567000000252011
Phone+91-9876543210
DeleteId
Id1234567000000252011
Create ManyField Mapping
Vendor Name[SupplierName]
Email[SupplierEmail]

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

Sample Configuration

FieldValue
connection.idzoho-prod-004
connection.nameZoho Vendor Sync
operationCreateMany
fieldsMapping
  • Vendor Name → SupplierName
  • Email → SupplierEmail
  • Phone → ContactNumber

Sample Output

IdVendor NameEmailPhoneCreated Time
12345670000000001Global Supplies Ltd.[email protected]+91-98765432102024-05-10T10:00:00Z
12345670000000002Alpha Traders Pvt.[email protected]+91-90000000002024-05-11T12:30:00Z