Connect your own Sage Intacct company (OAuth2) to manage customers, vendors, employees, AR invoices, AP bills, payments, GL accounts, journal entries, departments, entities, projects, items and tax details -- full read/write plus value-add cash position and overdue-invoice reports.
connect_sage_intacctwriteStart connecting your Sage Intacct company: register your Sage Intacct app's Client ID/Client Secret, then get back a one-time browser authorize_url. Open it, sign in with Sage Intacct, and approve access -- Sage Intacct redirects back here automatically and the connection finishes itself. Important: you must also separately authorize this app as a client application inside your Sage Intacct company (Company > Setup > Configuration > Authorized client applications) for calls to succeed.
list_connectionsreadList the connected Sage Intacct companies.
disconnect_sage_intacctdestructiveDisconnect a Sage Intacct connection: deletes the saved connection. Nothing in Sage Intacct itself is changed.
list_entitiesreadList Sage Intacct records of any object type (customer, vendor, employee, ar-invoice, ap-bill, ap-payment, ar-payment, general-ledger-account, journal-entry, journal, department, location, project, item, tax-detail), with an optional filter.
get_entityreadRead one Sage Intacct record of any object type in full by its key.
create_entitywriteCreate a new Sage Intacct record of any object type from a JSON object of its fields exactly as Sage Intacct expects.
update_entitywriteUpdate selected fields of an existing Sage Intacct record. Only the fields in fields_json change.
delete_entitywriteDelete a Sage Intacct record of any object type by its key. Cannot be undone.
run_queryreadRun a flexible query against any Sage Intacct object with optional filter/field projection/order-by/limit -- the most flexible way to filter, sort, or project any Sage Intacct data.
get_company_inforeadRead the connected Sage Intacct company's own profile: company id, name, base currency, and its child entities.
get_cash_positionreadValue-add report: one-glance cash position for the connected Sage Intacct company -- bank account balances plus total open AR and AP, computed by scanning ar-invoice/ap-bill open balances.
get_overdue_invoicesreadValue-add report: flag every AR invoice overdue by at least a given number of days.
Install Sage Intacct and let Webbee use it across your workflow.
Open in panel