OCNORA

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

  • Event
    Start 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 Query
    Answer an inline-keyboard button press with a toast or an alert.
    telegram.answer_callback_query
  • Copy Message
    Copy a message to another chat with no link back to the original.
    telegram.copy_message
  • Delete Message
    Delete a message from a Telegram chat.
    telegram.delete_message
  • Download File
    Download a file's bytes by file_id, as a base64 payload for the next step.
    telegram.download_file
  • Edit Message Caption
    Replace the caption on a photo, video or document the bot sent.
    telegram.edit_message_caption
  • Edit Message Buttons
    Replace or remove the inline keyboard on a message the bot sent.
    telegram.edit_message_reply_markup
  • Edit Message Text
    Replace the text of a message the bot sent earlier.
    telegram.edit_message_text
  • Forward Message
    Forward a message to another chat, keeping its 'forwarded from' header.
    telegram.forward_message
  • Get Chat
    Read up-to-date information about a chat, group or channel.
    telegram.get_chat
  • List Chat Administrators
    List the administrators of a group, supergroup or channel.
    telegram.get_chat_administrators
  • Get Chat Member
    Read one member's status and rights in a chat.
    telegram.get_chat_member
  • Get Chat Member Count
    Count the members of a chat, group or channel.
    telegram.get_chat_member_count
  • Get File Info
    Look up a file's path and size so it can be downloaded.
    telegram.get_file
  • Get Bot Info
    Read the bot's own identity and capabilities from its token.
    telegram.get_me
  • Leave Chat
    Make the bot leave a group, supergroup or channel.
    telegram.leave_chat
  • Pin Message
    Pin a message to the top of a Telegram chat.
    telegram.pin_chat_message
  • Send Animation
    Send a GIF or soundless H.264 animation to a Telegram chat.
    telegram.send_animation
  • Send Audio
    Send an audio track that Telegram clients show in the music player.
    telegram.send_audio
  • Send Chat Action
    Show a 'typing…' or 'sending photo…' status in a Telegram chat.
    telegram.send_chat_action
  • Send Contact
    Send a phone contact card to a Telegram chat.
    telegram.send_contact
  • Send Document
    Send a file of any type to a Telegram chat by file_id or public URL.
    telegram.send_document
  • Send Location
    Send a point on the map, optionally as a live location that updates.
    telegram.send_location
  • Send Media Group
    Send 2-10 photos, videos, documents or audio files as one album.
    telegram.send_media_group
  • Send Message
    Send a message to a Telegram chat, channel or user via a bot.
    telegram.send_message
  • Send Photo
    Send a photo to a Telegram chat by file_id or public URL.
    telegram.send_photo
  • Send Poll
    Send a native poll or quiz to a Telegram group, channel or chat.
    telegram.send_poll
  • Send Venue
    Send a named venue: a map point with a title and a street address.
    telegram.send_venue
  • Send Video
    Send an MPEG-4 video to a Telegram chat by file_id or public URL.
    telegram.send_video
  • Send Voice Message
    Send a playable voice message to a Telegram chat.
    telegram.send_voice
  • Set Chat Description
    Change the description of a group, supergroup or channel.
    telegram.set_chat_description
  • Set Chat Title
    Change the title of a group, supergroup or channel.
    telegram.set_chat_title
  • Set Bot Commands
    Replace the command list clients show in the bot's menu.
    telegram.set_my_commands
  • Unpin Message
    Unpin a message, or the most recent pin when no id is given.
    telegram.unpin_chat_message

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.