MESSAGING
Telegram actions
6 actions you can wire into a flow, alongside everything else in the Messaging integration.
Every Telegram action
- Send Telegram AudioSend a music/audio file (MP3, M4A, WAV) via Telegram. Use send_voice for spoken-word voice notes. NEVER use for video files (incl. Gemini/Veo output): use send_video instead so the visual track is preserved.
- Send Telegram DocumentSend a file via Telegram. Accepts a flo:blob token or base64.
- Send Telegram MessageSend a message via the Telegram Bot API
- Send Telegram PhotoSend a photo via Telegram. Accepts a flo:blob image token or base64.
- Send Telegram VideoSend a video (MP4, with or without audio track) via Telegram. THE CORRECT CHOICE for output from Gemini Video / Veo and any other video file. Accepts a flo:blob token or base64. Do NOT use send_voice or send_audio for video files: those strip the visual track.
- Send Telegram VoiceSend a SHORT AUDIO-ONLY voice note via Telegram (OGG/OPUS, like a WhatsApp voice message). NEVER use for video files: Telegram strips the video track and only the audio will play. For video files (incl. Gemini/Veo video output) use send_video. For music files use send_audio.
Put Telegram in a flow
These actions sit on the same canvas as every other integration, so a Telegram step can follow a form, a schedule or a message without any glue code.
