Blocks
Zoho Books
Comprehensive accounting within Zoho ecosystem
Integrate with Zoho Books for comprehensive accounting automation, invoice management, expense tracking, and financial reporting. Perfect for businesses in the Zoho ecosystem with OAuth 2.0 authentication.
Block Preview
Zoho Books
Comprehensive accounting within Zoho ecosystem
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the zoho_books block with monitoring enabled in production.
Inputs (UI)
Zoho Books Account
oauth-inputPlaceholder: Select Zoho Books account
Layout: full
Provider: zoho_books
Operation
dropdownLayout: full
Options: Create Invoice, Get Invoice, List Invoices, Create Contact
Invoice ID
short-inputPlaceholder: Enter invoice ID
Layout: full
Condition: operation = "get_invoice"
Contact ID
short-inputPlaceholder: Enter contact ID
Layout: full
Condition: operation = ["get_contact","create_invoice","create_bill"]
Contact Name
short-inputPlaceholder: Company or Person Name
Layout: full
Condition: operation = "create_contact"
Placeholder: contact@example.com
Layout: half
Condition: operation = "create_contact"
Amount
short-inputPlaceholder: 100.00
Layout: half
Condition: operation = ["create_invoice","create_bill","create_expense","create_payment"]
Description
long-inputPlaceholder: Line item description
Layout: full
Condition: operation = ["create_invoice","create_bill","create_expense"]
Due Date
short-inputPlaceholder: YYYY-MM-DD
Layout: half
Condition: operation = ["create_invoice","create_bill"]
Inputs (API)
credential
stringRequired
operation
stringRequired
invoiceId
stringOptional
contactId
stringOptional
contactName
stringOptional
Optional
amount
stringOptional
description
stringOptional
dueDate
stringOptional
Outputs
Primary response type:
{
"data": "json"
}