sb
SBIS (СБИС) is a comprehensive business automation platform in Russia, offering electronic document management (EDI), accounting, reporting, CRM, and business process automation tools. SBIS is widely used by organizations of all sizes for streamlining administrative, financial, and operational workflows.
With the SBIS integration in AACFlow, you can:
- Create documents: Generate electronic invoices, contracts, acts, and waybills in SBIS format
- Send documents: Transmit electronic documents to counterparties within the SBIS network
- Track document status: Monitor document delivery, signing, and acceptance throughout the lifecycle
- Manage counterparties: Look up and verify organization details via INN
- Handle reports: Generate and submit regulatory reports through SBIS reporting services
- Automate workflows: Build document approval and signing workflows with counterparties
This integration enables end-to-end business document automation in the SBIS ecosystem, reducing manual paperwork and accelerating business processes.
Usage Instructions
Integrate SBIS into the workflow. Can create, send, and track electronic documents. Requires SBIS API credentials.
Tools
sbis_create_document
Create a new electronic document
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Document type (Invoice, Contract, Act, Waybill) |
organizationId | string | Yes | Sender organization ID |
counterpartyId | string | Yes | Recipient organization ID |
content | object | Yes | Document content data |
apiKey | string | Yes | SBIS API key |
Output
| Parameter | Type | Description |
|---|---|---|
documentId | string | Document ID |
status | string | Document status |
sbis_get_status
Get document status
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
documentId | string | Yes | Document ID |
apiKey | string | Yes | SBIS API key |
Output
| Parameter | Type | Description |
|---|---|---|
status | string | Current status |
signatureStatus | string | Signature status |
events | array | Document events timeline |
sbis_send_document
Send a document to a counterparty
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
documentId | string | Yes | Document ID to send |
recipientInn | string | Yes | Recipient organization INN |
comment | string | No | Delivery comment |
apiKey | string | Yes | SBIS API key |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether send succeeded |
deliveryId | string | Delivery tracking ID |

