TelegramSend
TelegramSend
yaml
type: "io.kestra.plugin.notifications.telegram.TelegramSend"
Properties
channel
- Type: string
- Dynamic: ✔️
- Required: ✔️
Telegram channel/user ID
token
- Type: string
- Dynamic: ✔️
- Required: ✔️
Telegram Bot token
endpointOverride
- Type: string
- Dynamic: ✔️
- Required: ❌
Only to be used when testing locally
options
- Type: AbstractHttpOptionsTask-RequestOptions
- Dynamic: ✔️
- Required: ❌
Options
The options to set to customize the HTTP client
payload
- Type: string
- Dynamic: ✔️
- Required: ❌
Message payload
Outputs
Definitions
java.nio.charset.Charset
Properties
io.kestra.plugin.notifications.AbstractHttpOptionsTask-RequestOptions
Properties
connectTimeout
- Type:
- string
- string
- Dynamic: ✔️
- Required: ❌
connectionPoolIdleTimeout
- Type:
- string
- string
- Dynamic: ✔️
- Required: ❌
defaultCharset
- Type:
- Charset
- string
- Dynamic: ✔️
- Required: ❌
maxContentLength
- Type:
- integer
- string
- Dynamic: ✔️
- Required: ❌
readIdleTimeout
- Type:
- string
- string
- Dynamic: ✔️
- Required: ❌
readTimeout
- Type:
- string
- string
- Dynamic: ✔️
- Required: ❌
Was this page helpful?