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.

Back to Catalog
Toolszoho_books

Block Preview

Zoho Books

Comprehensive accounting within Zoho ecosystem

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the zoho_books block with monitoring enabled in production.

Inputs (UI)

Zoho Books Account

oauth-input

Placeholder: Select Zoho Books account

Layout: full

Provider: zoho_books

Operation

dropdown

Layout: full

Options: Create Invoice, Get Invoice, List Invoices, Create Contact

Invoice ID

short-input

Placeholder: Enter invoice ID

Layout: full

Condition: operation = "get_invoice"

Contact ID

short-input

Placeholder: Enter contact ID

Layout: full

Condition: operation = ["get_contact","create_invoice","create_bill"]

Contact Name

short-input

Placeholder: Company or Person Name

Layout: full

Condition: operation = "create_contact"

Email

short-input

Placeholder: contact@example.com

Layout: half

Condition: operation = "create_contact"

Amount

short-input

Placeholder: 100.00

Layout: half

Condition: operation = ["create_invoice","create_bill","create_expense","create_payment"]

Description

long-input

Placeholder: Line item description

Layout: full

Condition: operation = ["create_invoice","create_bill","create_expense"]

Due Date

short-input

Placeholder: YYYY-MM-DD

Layout: half

Condition: operation = ["create_invoice","create_bill"]

Inputs (API)

credential

string

Required

operation

string

Required

invoiceId

string

Optional

contactId

string

Optional

contactName

string

Optional

email

string

Optional

amount

string

Optional

description

string

Optional

dueDate

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

zoho_books_api
Zoho Books | NowFlow Blocks