ERPNext
Open-source ERP on the Frappe framework — REST access to every DocType (customers, suppliers, items, sales/purchase orders and invoices, stock, HR, projects) plus whitelisted server-side methods.
Three ways to use ERPNext
Chat with Geni
Ask Geni to pull data, take actions, or answer questions using this integration in a conversation.
Build a workflow
Create automated workflows that trigger on events, run on a schedule, or chain multiple tools together.
Power an app
Use this integration as a data source or action layer behind a dashboard, form, or internal tool.
Supported tools
Actions your AI agents can perform with ERPNext.
Add a Comment (frappe.desk.form.utils.add_comment)
Add a comment to a document's activity timeline.
Add a Tag (frappe.desk.doctype.tag.tag.add_tag)
Add a tag label to a document for categorization.
Apply Workflow Action (frappe.model.workflow.apply_workflow)
Transition a document through its configured workflow.
Call a Whitelisted Method (GET)
Invoke any read-only @frappe.whitelist() server method by dotted path.
Call a Whitelisted Method (POST)
Invoke a state-changing @frappe.whitelist() server method by dotted path.
Cancel a Document (frappe.client.cancel)
Cancel a submitted document, moving docstatus 1 to 2.