Kontur.Elba
Zugriff auf Einnahmen, Gegenparteien und Rechnungen über die Kontur.Elba-Buchhaltungs-API
ko
Kontur.Elba is a popular Russian cloud accounting service for individual entrepreneurs (ИП) and small businesses. Its API provides access to income records, counterparty directories, and invoices.
With the Kontur.Elba integration in AACFlow, you can:
- Get income: Retrieve income records for the accounting period
- List counterparties: Enumerate all counterparties in the account
- Get invoices: List invoices filtered by status (draft, sent, paid, overdue)
This integration enables automated accounting data synchronization and reporting for Russian small business workflows.
Nutzungsanleitung
Integrate Kontur.Elba into the workflow. Requires a Kontur.Elba API key from your account settings. Obtain it via the Kontur developer portal at developer.kontur.ru.
Tools
kontur_elba_get_income
Retrieve income records
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Kontur.Elba API key |
dateFrom | string | Nein | Start date filter (YYYY-MM-DD) |
dateTo | string | Nein | End date filter (YYYY-MM-DD) |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
income | array | Array of income record objects |
total | number | Total income amount |
kontur_elba_list_counterparties
List all counterparties
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Kontur.Elba API key |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
counterparties | array | Array of counterparty objects |
kontur_elba_get_invoices
Get invoices by status
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Kontur.Elba API key |
status | string | Nein | Filter by status: draft, sent, paid, overdue |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
invoices | array | Array of invoice objects |
total | number | Total invoices count |
Links
- Official API: https://developer.kontur.ru/doc/elba
- AACFlow block source: apps/aacflow/blocks/blocks/kontur_elba.ts

