Actions
| Name | Description |
|---|---|
list_invoicesList all invoices in Zoho Invoice | List all invoices in Zoho Invoice |
get_invoiceGet details of a specific invoice | Get details of a specific invoice |
create_invoiceCreate a new invoice in Zoho Invoice | Create a new invoice in Zoho Invoice |
send_invoiceSend an invoice to the customer by email | Send an invoice to the customer by email |
list_customersList all customers (contacts) in Zoho Invoice | List all customers (contacts) in Zoho Invoice |
custom_api_callMake a custom API call to the Zoho Invoice API | Make a custom API call to the Zoho Invoice API |
Triggers
| Name | Description |
|---|---|
invoice_status_changedTriggers when an invoice is created or its status changes | Triggers when an invoice is created or its status changes |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'zoho-invoice',
actionName: 'list_invoices',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Zoho Invoice to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Zoho Invoice support?
Zoho Invoice supports 6 actions including List Invoices, Get Invoice, Create Invoice, Send Invoice, List Customers, and more.
Can I use Zoho Invoice with AI agents?
Yes. Add Zoho Invoice to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Zoho Invoice use?
Zoho Invoice uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Zoho Invoice integration cost?
The Zoho Invoice integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Zoho Invoice support?
Zoho Invoice supports 1 triggers including Invoice Status Changed.
Connect Zoho Invoice in 2 minutes
Get 1,000 free actions every month. No credit card required.