ya
Yandex Telemost is Yandex's video conferencing platform integrated with Yandex 360. Its API enables programmatic creation and management of video conference links.
With the Yandex Telemost integration in AACFlow, you can:
- Create Conference: Generate a new video conference with a shareable link
- Get Conference: Retrieve details and link for an existing conference
This integration enables automated meeting scheduling, instant video conference creation for customer interactions, and calendar-integrated conferencing workflows.
Nutzungsanleitung
Integrate Yandex Telemost into the workflow to manage video conferences. Requires a Yandex OAuth token with Telemost access from oauth.yandex.ru. The token must have the telemost:write scope.
Tools
yandex_telemost_create_conference
Create a video conference
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
oauthToken | string | Ja | Yandex OAuth token |
title | string | Ja | Conference title |
description | string | Nein | Conference description |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
conferenceId | string | Created conference ID |
conferenceUrl | string | Shareable conference link |
yandex_telemost_get_conference
Get conference details
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
oauthToken | string | Ja | Yandex OAuth token |
conferenceId | string | Ja | Yandex Telemost conference ID |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
conferenceId | string | Conference ID |
conferenceUrl | string | Conference join link |
title | string | Conference title |
Links
- Official API: https://yandex.ru/dev/telemost/api/
- AACFlow block source: apps/aacflow/blocks/blocks/yandex_telemost.ts

