← Back to catalog
telegram.send_document
mock data$0.001 / callSend Telegram Document
⚡ ACTION: Send a file/document to a Telegram chat — PDF, CSV, ZIP, any format up to 50MB. Perfect for sending reports, data exports, generated files (Telegram Bot API)
Input schema
caption
stringDocument caption
chat_idrequired
stringTarget chat ID or @channel_username
documentrequired
stringDocument URL (https://...) — PDF, CSV, ZIP, etc.
Call via REST
curl -X POST https://unifyapi.pro/api/call/telegram.send_document \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"caption":"<caption>","chat_id":"<chat_id>","document":"<document>"}'