New services
Explore Plans
Mobile menu Close menu
TelegramTelegram

Send video

This action will send a video to a Telegram chat.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will send a video to a Telegram chat.
API endpoint slug
telegram.send_video
Filter code method
Telegram.sendVideo.skip(string?: reason)
Runtime method
runAction("telegram.send_video", {})

Action fields

Chat ID Dropdown list

Label
Target chat
Helper text
Use the @IFTTT bot on Telegram to connect new groups or channels.
Slug
chat_id
Required
true
Can have default value
false

Video URL Text input > File

Label
Video URL
Helper text
Mime type should be video/mp4.
Slug
video_url
Required
true
Can have default value
true
Filter code method
Telegram.sendVideo.setVideoUrl(string: videoUrl)

Caption Text input > Short text

Label
Caption
Helper text
Optional, 200 characters max.
Slug
caption
Required
false
Can have default value
true
Filter code method
Telegram.sendVideo.setCaption(string: caption)