TelegramSend
type: "io.kestra.plugin.notifications.telegram.TelegramSend"
Properties
channel *Requiredstring
Telegram channel/user ID
token *Requiredstring
Telegram Bot token
endpointOverride string
Only to be used when testing locally
options AbstractHttpOptionsTask-RequestOptions
Options
The options to set to customize the HTTP client
parseMode string
HTML
MARKDOWNV2
Telegram Bot parse-Mode
Optional text formatting mode for Telegram messages. Supported values: HTML, Markdown, MarkdownV2.
payload string
Message payload
Definitions
java.nio.charset.Charset
io.kestra.plugin.notifications.AbstractHttpOptionsTask-RequestOptions
connectTimeout string
duration
The time allowed to establish a connection to the server before failing.
connectionPoolIdleTimeout string
PT0S
duration
The time an idle connection can remain in the client's connection pool before being closed.
defaultCharset Charsetstring
UTF-8
The default charset for the request.
headers object
HTTP headers
HTTP headers to include in the request
maxContentLength integerstring
10485760
The maximum content length of the response.
readIdleTimeout string
PT5M
duration
The time allowed for a read connection to remain idle before closing it.
readTimeout string
PT10S
duration
The maximum time allowed for reading data from the server before failing.