Skip to main content
QuickBooks tools are in the qbo group (opt-in; not in default provisioned groups).

Sequence

1

Authorize

start_quickbooks_connection (POST …/quickbooks/authorize) returns a URL a human must open.
2

Poll status

get_quickbooks_connection_status after authorize and after sync.
3

Sync

sync_from_quickbooks (POST …/quickbooks/sync-from). Poll status again.
4

Map accounts

list_quickbooks_accounts, get_quickbooks_account, map_quickbooks_account.
5

Unlink if needed

unlink_quickbooks is destructive.
Search phrases: authorize, connection status, sync from QuickBooks, map accounts, unlink. REST: Authorize QuickBooks, Sync from QuickBooks, List QuickBooks accounts.