Short answer: Drop the "Zoho Books → Create Invoice" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Organization ID organization_id | string | Required | Organization ID. Example: 10234695 |
Customer ID customer_id | string | Required | Customer ID. Example: 460000000026049 |
Invoice Number invoice_number | string | Optional | Invoice Number. Example: INV-00001 |
Date date | string | Optional | Date. e.g. "YYYY-MM-DD" |
Due Date due_date | string | Optional | Due Date. e.g. "YYYY-MM-DD" |
Line Items (JSON array) line_items | string | Required | Array of items: [{"item_id":"...","rate":100,"quantity":2}] |
Notes notes | string | Optional | Notes. e.g. "Thanks for your business." |
{"organization_id": "e.g. 10234695","customer_id": "e.g. 460000000026049","invoice_number": "e.g. INV-00001","date": "YYYY-MM-DD","due_date": "YYYY-MM-DD"}
{"code": 0,"invoice": {"total": 1500,"status": "draft","invoice_id": "460000000027061","invoice_number": "INV-00001"},"message": "The invoice has been created."}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.