VK WorkSpace
Get users and send emails via VK WorkSpace (Mail.ru Business) corporate platform
vk
VK WorkSpace is VK's corporate productivity suite providing email, calendar, cloud storage, and collaboration tools for Russian businesses. Its API enables user management and corporate email operations.
With the VK WorkSpace integration in AACFlow, you can:
- Get Users: Retrieve the list of users in your corporate domain
- Send Email: Send corporate emails from a VK WorkSpace domain account
This integration enables automated internal communication, user directory queries, and corporate email workflows within VK WorkSpace organizations.
Usage Instructions
Integrate VK WorkSpace into the workflow for corporate communication. Requires a VK OAuth token with appropriate WorkSpace permissions. Obtain tokens via the VK OAuth flow for your corporate domain.
Tools
vk_workspace_get_users
Get corporate domain users
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
oauthToken | string | Yes | VK OAuth token |
limit | number | No | Maximum users to return |
Output
| Parameter | Type | Description |
|---|---|---|
users | array | Array of user objects |
total | number | Total users count |
vk_workspace_send_email
Send a corporate email
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
oauthToken | string | Yes | VK OAuth token |
to | string | Yes | Recipient email address |
subject | string | Yes | Email subject |
body | string | Yes | Email message body |
from | string | No | Sender email address |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether the email was sent |
messageId | string | Sent message ID |
Links
- Official API: https://biz.mail.ru/api/
- AACFlow block source: apps/aacflow/blocks/blocks/vk_workspace.ts

