eavz
Zoho Invoice

Zoho Invoice

Online invoicing software for small businesses

OAuth2Finance
6 actions
1 trigger

Actions

Name
list_invoices

List all invoices in Zoho Invoice

get_invoice

Get details of a specific invoice

create_invoice

Create a new invoice in Zoho Invoice

send_invoice

Send an invoice to the customer by email

list_customers

List all customers (contacts) in Zoho Invoice

custom_api_call

Make a custom API call to the Zoho Invoice API

Triggers

Name
invoice_status_changed

Triggers when an invoice is created or its status changes

Quick Start

TypeScript
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.