# Telegram Bot Botize app — id `telegrambot`. Official site: https://core.telegram.org/bots. Bots are special Telegram accounts designed to handle messages automatically. Users can interact with bots by sending them command messages in private or group chats. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Account Requires connecting a Telegram Bot account in Botize. The user links it once and Botize stores the credentials; an assistant never handles them. - Connect: https://botize.com/en/app/telegrambot/authenticate ## Triggers (12) The event that starts the task. Exactly one per task. - `webhook` — Instantly when receiving a text message https://botize.com/en/method/telegrambot/webhook.md - `webhook_audio_file` — Instantly when receiving an audio file https://botize.com/en/method/telegrambot/webhook_audio_file.md - `webhook_button` — Instantly when a user presses a button https://botize.com/en/method/telegrambot/webhook_button.md - `webhook_command` — Instantly when receiving a command https://botize.com/en/method/telegrambot/webhook_command.md - `webhook_contact` — Instantly when receiving a contact https://botize.com/en/method/telegrambot/webhook_contact.md - `webhook_document` — Instantly when receiving a document https://botize.com/en/method/telegrambot/webhook_document.md - `webhook_image` — Instantly when receiving an image https://botize.com/en/method/telegrambot/webhook_image.md - `webhook_new_chat_member` — Instantly when receiving a member in a group https://botize.com/en/method/telegrambot/webhook_new_chat_member.md - `webhook_txtimgdoc` — Instantly when receiving a message, image, video or file https://botize.com/en/method/telegrambot/webhook_txtimgdoc.md - `webhook_video` — Instantly when receiving a video https://botize.com/en/method/telegrambot/webhook_video.md - `webhook_voice_file` — Instantly when receiving a voice message https://botize.com/en/method/telegrambot/webhook_voice_file.md - `webhook_webapp` — Instantly when receiving data from a Web App https://botize.com/en/method/telegrambot/webhook_webapp.md ## Actions (15) What happens next. A task can chain several. - `ask` — Ask user https://botize.com/en/method/telegrambot/ask.md - `ban_chat_member` — Ban chat member https://botize.com/en/method/telegrambot/ban_chat_member.md - `copy_message` — Copy a message between chats https://botize.com/en/method/telegrambot/copy_message.md - `delete_message` — Delete a message https://botize.com/en/method/telegrambot/delete_message.md - `edit_message` — Edit a message https://botize.com/en/method/telegrambot/edit_message.md - `forward_message` — Forward a message https://botize.com/en/method/telegrambot/forward_message.md - `get_file` — Get the file URL from a file ID https://botize.com/en/method/telegrambot/get_file.md - `get_file_ids` — Get the URLs from a list of file IDs https://botize.com/en/method/telegrambot/get_file_ids.md - `reply` — Reply to the user https://botize.com/en/method/telegrambot/reply.md - `restrict_chat_member` — Restrict chat member https://botize.com/en/method/telegrambot/restrict_chat_member.md - `send_document` — Send a document https://botize.com/en/method/telegrambot/send_document.md - `send_message_photo` — Send a message https://botize.com/en/method/telegrambot/send_message_photo.md - `send_poll` — Send a poll https://botize.com/en/method/telegrambot/send_poll.md - `send_video` — Send a video https://botize.com/en/method/telegrambot/send_video.md - `send_voice` — Send a voice note https://botize.com/en/method/telegrambot/send_voice.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/telegrambot