Send general files (documents) to a Telegram chat using the Bot API. Prefer over TELEGRAM_SEND_PHOTO when original file format or image resolution must be preserved. Rapid sends trigger flood control (HTTP 429 with `retry_after` seconds); limit to ~1 message/second per chat and…
captionstringDocument caption (may also be used when resending documents by file_id), 0-1024 characters after entities parsing
chat_idRequiredUnique identifier for the target chat or username of the target channel
documentRequiredstringFile to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new file using multipart/form-data. More info on Sending Files: https://core.telegram.o…
thumbnailstringThumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side
parse_modestringMode for parsing entities in the document caption. Options: 'Markdown', 'MarkdownV2', 'HTML'
reply_markupstringJSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user
reply_to_message_idintegerIf the message is a reply, ID of the original message
disable_notificationbooleanSends the message silently. Users will receive a notification with no sound.
disable_content_type_detectionbooleanDisables automatic server-side content type detection for files uploaded using multipart/form-data
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.