Telegram
Chat & messagingAPI keycredential probe
Send messages via a Telegram bot.
OCNORA ships 33 typed Telegram operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Triggers 1
- EventStart a run when a Telegram bot receives an update — a message, a button press, a member joining. A bot can drive only one destination, so this takes over the bot's single webhook.trigger.telegram_event
Operations 33
- Answer Callback QueryAnswer an inline-keyboard button press with a toast or an alert.telegram.answer_callback_query
- Copy MessageCopy a message to another chat with no link back to the original.telegram.copy_message
- Delete MessageDelete a message from a Telegram chat.telegram.delete_message
- Download FileDownload a file's bytes by file_id, as a base64 payload for the next step.telegram.download_file
- Edit Message CaptionReplace the caption on a photo, video or document the bot sent.telegram.edit_message_caption
- Edit Message ButtonsReplace or remove the inline keyboard on a message the bot sent.telegram.edit_message_reply_markup
- Edit Message TextReplace the text of a message the bot sent earlier.telegram.edit_message_text
- Forward MessageForward a message to another chat, keeping its 'forwarded from' header.telegram.forward_message
- Get ChatRead up-to-date information about a chat, group or channel.telegram.get_chat
- List Chat AdministratorsList the administrators of a group, supergroup or channel.telegram.get_chat_administrators
- Get Chat MemberRead one member's status and rights in a chat.telegram.get_chat_member
- Get Chat Member CountCount the members of a chat, group or channel.telegram.get_chat_member_count
- Get File InfoLook up a file's path and size so it can be downloaded.telegram.get_file
- Get Bot InfoRead the bot's own identity and capabilities from its token.telegram.get_me
- Leave ChatMake the bot leave a group, supergroup or channel.telegram.leave_chat
- Pin MessagePin a message to the top of a Telegram chat.telegram.pin_chat_message
- Send AnimationSend a GIF or soundless H.264 animation to a Telegram chat.telegram.send_animation
- Send AudioSend an audio track that Telegram clients show in the music player.telegram.send_audio
- Send Chat ActionShow a 'typing…' or 'sending photo…' status in a Telegram chat.telegram.send_chat_action
- Send ContactSend a phone contact card to a Telegram chat.telegram.send_contact
- Send DocumentSend a file of any type to a Telegram chat by file_id or public URL.telegram.send_document
- Send LocationSend a point on the map, optionally as a live location that updates.telegram.send_location
- Send Media GroupSend 2-10 photos, videos, documents or audio files as one album.telegram.send_media_group
- Send MessageSend a message to a Telegram chat, channel or user via a bot.telegram.send_message
- Send PhotoSend a photo to a Telegram chat by file_id or public URL.telegram.send_photo
- Send PollSend a native poll or quiz to a Telegram group, channel or chat.telegram.send_poll
- Send VenueSend a named venue: a map point with a title and a street address.telegram.send_venue
- Send VideoSend an MPEG-4 video to a Telegram chat by file_id or public URL.telegram.send_video
- Send Voice MessageSend a playable voice message to a Telegram chat.telegram.send_voice
- Set Chat DescriptionChange the description of a group, supergroup or channel.telegram.set_chat_description
- Set Chat TitleChange the title of a group, supergroup or channel.telegram.set_chat_title
- Set Bot CommandsReplace the command list clients show in the bot's menu.telegram.set_my_commands
- Unpin MessageUnpin a message, or the most recent pin when no id is given.telegram.unpin_chat_message
More in Chat & messaging
Run your first Telegram workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.