VK WorkSpace
Benutzer abrufen und E-Mails über die VK WorkSpace (Mail.ru Business) Unternehmensplattform senden
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.
Nutzungsanleitung
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
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
oauthToken | string | Ja | VK OAuth token |
limit | number | Nein | Maximum users to return |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
users | array | Array of user objects |
total | number | Total users count |
vk_workspace_send_email
Send a corporate email
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
oauthToken | string | Ja | VK OAuth token |
to | string | Ja | Recipient email address |
subject | string | Ja | Email subject |
body | string | Ja | Email message body |
from | string | Nein | Sender email address |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
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

