---
title: "Action send_video"
description: "Sends videos to the user by URL with a typing indicator."
---

# 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

```json
{
  "tutorial": "https://example.com/videos/tutorial.mp4",
  "demo": "{{video_url}}"
}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
