LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Payables · Email inbox

Confirm inbox document

Marks an inbox document as processed (confirmed). Should be called after the invoice has been created and posted.

confirm_inbox_document
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
kreditoren:write
Parameters
inbox_id string (uuid) required UUID of the inbox entry
Response
200
Success
MCP confirm_inbox_document
JSON
{
  "tool": "confirm_inbox_document",
  "params": {
    "inbox_id": "<string>"
  }
}
200 Response
JSON
{
  "confirmed": true,
  "inbox_id": "<string>"
}