Action send_video
System ID:
action_send_video
Description
Sends one or more videos through the current channel. Configuration in the node JSON: keys are labels, values are URLs (placeholders). Before sending, shows a typing indicator and waits about 6 seconds. Videos are sent sequentially.
Events (scenario branches)
No named scenario branches (channel handler result, not a branching event).
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| (video labels) | string | no | — | Video URL; key — label, value — URL (placeholders) |
Configuration example
{
"tutorial": "https://example.com/videos/tutorial.mp4",
"demo": "{{video_url}}"
}