Send Telegram File
The Send Telegram File block sends a document or file to a specified Telegram chat using a bot.
Send files to a Telegram chat via bot
The Send Telegram File block sends a document or file to a specified Telegram chat using a bot. It takes a bot token, a chat ID identifying the target conversation, a URL pointing to the file to be sent, and an optional caption string that can accompany the file in the message.
What you can build
Real-world workflows powered by the Send Telegram File block.
Deliver Generated Reports
After an AI workflow generates a PDF or CSV report, send it directly to a Telegram chat for immediate access.
Share Exported Data Files
Export processed data as a file and deliver it to a team Telegram channel as part of an automated pipeline.
Distribute AI-Created Documents
Send AI-generated documents such as summaries or drafts to a Telegram chat after content generation completes.
Notify with Supporting Attachments
Accompany a workflow alert or notification with a relevant file attachment sent to a designated Telegram chat.
Deliver User-Requested Files
In a bot-driven workflow, respond to a user request by fetching and sending the requested file back to their chat.
Forward Processed Media Files
After processing or transforming a media file in a workflow, forward the result to a Telegram chat via its URL.
Ready to add Send Telegram File to your workflow?
Get Started FreeCommon questions about Send Telegram File
What parameters are required to use this block?
Three parameters are required: botToken (the Telegram bot token in the format botId:token), chatId (the ID of the Telegram chat to send the file to), and fileUrl (the URL of the file to be sent). The caption field is optional.
What does this block return?
The block returns void, meaning it does not produce an output value. It performs the action of sending the file and the workflow continues without a return value to reference.
What kinds of workflows commonly use this block?
This block fits into workflows that generate or process files and need to deliver them to a Telegram chat, such as report generation pipelines, data export automations, or bot-driven workflows that respond to user requests with file attachments.
Can I include a message with the file?
Yes, the block includes an optional caption field that allows you to attach a text string to the file when it is sent to the Telegram chat.
How does the block access the file to send?
The block takes a fileUrl parameter, which is a URL pointing to the file. The file is referenced by its URL rather than uploaded directly through the block's configuration.
Related capabilities
Send Telegram Audio
Send an audio file to a Telegram chat as music or a voice note via a bot.
Send Telegram Image
Send an image to a Telegram chat via a bot.
Send Telegram Message
Send a text message to a Telegram chat via a bot.
Edit Telegram Message
Edit a previously sent Telegram message. Use with the message ID returned by Send Telegram Message.
Reply to Telegram Message
Send a reply to a specific Telegram message. The reply will be visually threaded in the chat.
Send Telegram Video
Send a video to a Telegram chat via a bot.
Add Send Telegram File to your workflow
Build powerful AI workflows with drag-and-drop blocks. No coding required.