Share your YouTube liked videos on Telegram
This action will send a video to a Telegram chat.
Developer info
- API endpoint slug
- telegram.send_video
- Filter code method
- Telegram.sendVideo.skip(string?: reason)
- Runtime method
- runAction("telegram.send_video", {})
Action fields
Chat Dropdown list
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: video_url)
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)
