Drone plugins > Telegram
Telegram
by appleboy
The Telegram plugin posts build status messages to your account.
Example
kind: pipeline
name: default
steps:
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token: xxxxxxxxxx
to: telegram_user_id
message_file: message_file.tpl
template_vars:
env: testing
app: MyApp
Properties
token
stringrequiredtelegram token from telegram developer center
Secret recommendedDefault: none
to
stringrequiredtelegram user id (can be requested from the @userinfobot inside Telegram)
Default: none
message
stringoptionaloverwrite the default message template
Default: none
photo
stringoptionallocal file path
Default: none
document
stringoptionallocal file path
Default: none
sticker
stringoptionallocal file path
Default: none
audio
stringoptionallocal file path
Default: none
voice
stringoptionallocal file path
Default: none
location
stringoptionallocal file path
Default: none
video
stringoptionallocal file path
Default: none
venue
stringoptionallocal file path
Default: none
format
stringoptionalmarkdown or html format
Default: none