Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Customer
zoho_books:create_customer
Creates a new customer
Write
Medium risk
Create Customer Payment
zoho_books:create_customer_payment
Creates a new payment
Write
Medium risk
Create Employee
zoho_books:create_employee
Creates an employee for an expense
Write
Medium risk
Create Estimate
zoho_books:create_estimate
Creates a new estimate
Write
Medium risk
Create Invoice
zoho_books:create_invoice
Creates an invoice for your customer
Write
Medium risk
Create Item
zoho_books:create_item
Creates a new item
Write
Medium risk
Create Sales Order
zoho_books:create_salesorder
Creates a sales order
Write
Medium risk
Delete Contact
zoho_books:delete_contact
Deletes an existing contact
Write
High risk
Get Invoice
zoho_books:get_invoice
Gets the details of an invoice
Read
Low risk
Get Item
zoho_books:get_item
Gets the details of an existing item
Read
Low risk
List Contacts
zoho_books:list_contacts
Lists all contacts given the organization_id
Read
Low risk
List Expenses
zoho_books:list_expenses
List all the Expenses
Read
Low risk
List Invoices
zoho_books:list_invoices
Lists all invoices
Read
Low risk
Make API Call
zoho_books:make_api_call
Makes an aribitrary call to Zoho Books API
Write
High risk
Update Sales Order
zoho_books:update_salesorder
Updates an existing sales order
Write
Medium risk