Xero
CRM & salesOAuth 2.0credential probe
Xero accounting — invoices, contacts, payments and bank transactions (OAuth2).
OCNORA ships 16 typed Xero operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 16
- Create Bank TransactionRecord one spend-money or receive-money transaction on a bank account.xero.create_bank_transaction
- Create ContactCreate one customer or supplier from a Xero contact object.xero.create_contact
- Create InvoiceCreate one sales invoice or purchase bill from a Xero invoice object.xero.create_invoice
- Create PaymentApply a payment to an invoice or credit note from a bank account.xero.create_payment
- Get ContactFetch one contact, with its addresses and phone numbers, by Xero id.xero.get_contact
- Get InvoiceFetch one invoice, with its line items, by Xero invoice id.xero.get_invoice
- Get OrganisationRead the connected organisation's own details, such as its name, base currency and financial year end.xero.get_organisation
- List AccountsList the organisation's full chart of accounts.xero.list_accounts
- List Bank TransactionsList spent and received money transactions on the bank accounts.xero.list_bank_transactions
- List ConnectionsList the Xero organisations this connection is authorised for, with the tenant id each node needs.xero.list_connections
- List ContactsList the organisation's customers and suppliers, with filtering and paging.xero.list_contacts
- List InvoicesList sales invoices and purchase bills, with Xero filtering and paging.xero.list_invoices
- List ItemsList the products and services the organisation sells or buys.xero.list_items
- List PaymentsList payments made against invoices and credit notes.xero.list_payments
- Update ContactUpdate the fields of one existing contact, identified by its Xero id.xero.update_contact
- Update InvoiceUpdate the fields of one existing invoice, identified by its Xero id.xero.update_invoice
Run your first Xero workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.