INTEGRATION
Messaging actions
Send messages via various channels
- Actions
- 8
- Services
- 3
- Maintained by
- Flomation
Services
Discord actions
- Discord WebhookSend a message to a Discord channel via webhook
Email actions
- Send EmailSend an email via SMTP with optional HTML body
Telegram actions
- 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.
Wire Messaging into the rest of your stack
Every action here drops onto the canvas alongside the other 3,585, so a Messaging step can sit between a form, a database and a message without any glue code.
