Weavz
ERPNext

ERPNext

Automate ERPNext and Frappe ERP records, documents, inventory, orders, and webhook workflows.

7 tools
2 triggers

Tools

Name
list_documents

List ERPNext/Frappe DocType records with bounded pagination and optional filters.

get_document

Get one ERPNext/Frappe document by DocType and name.

create_document

Create an ERPNext/Frappe document for a supported DocType.

update_document

Update fields on an ERPNext/Frappe document.

delete_document

Delete an ERPNext/Frappe document by DocType and name.

submit_document

Submit a draft ERPNext document using frappe.client.submit.

cancel_document

Cancel a submitted ERPNext document using frappe.client.cancel.

Triggers

Name
document_updated

Poll an ERPNext/Frappe DocType and emit records modified after the initial baseline.

webhook_received

Receive a Frappe/ERPNext webhook configured in Desk to POST to the generated webhook URL.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('erpnext', 'list_documents', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'erpnext',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ERPNext to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does ERPNext support?

ERPNext supports 7 tools including List Documents, Get Document, Create Document, Update Document, Delete Document, and more.

Can I use ERPNext with AI agents?

Yes. Add ERPNext to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can ERPNext be used in stateful agent workflows?

Yes. Agents can combine ERPNext tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does ERPNext use?

ERPNext uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the ERPNext integration cost?

The ERPNext integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does ERPNext support?

ERPNext supports 2 triggers including Document Updated, Webhook Received.

Connect ERPNext in minutes

Get 20,000 free action executions every month. No credit card required.