YDS
Written by
Updated at August 18, 2026
Note
Currently, there are two UIs that support Workflows: Yandex Cloud
- Workflows created in the Yandex Cloud UI are automatically available in the AI Studio UI.
- Workflows created in the AI Studio UI are not available in the Yandex Cloud UI.
Starting September 3, 2026, Workflows will no longer be supported in the Yandex Cloud UI. To create and manage workflows, use the AI Studio UI.
Sending messages to the Yandex Data Streams topic.
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
database |
string |
Yes | None | None | Database ID. |
topic |
string |
Yes | None | None | Topic ID. |
put |
object |
Yes | YdsPut | None | Configuring the put action to send messages to the data stream. |
YdsPut object
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
body |
string |
None | "" |
Yes | Message body. |
partitionKey |
string |
None | "" |
Yes | Shard key. |