jellyfin-plugin-webhook/Jellyfin.Plugin.Webhook/Templates/Telegram
chiragkrishna 1ceaaa15f9
Added Telegram handlebars (#279)
2024-09-07 11:22:08 -06:00
..
AuthenticationFailure.handlebars Added Telegram handlebars (#279) 2024-09-07 11:22:08 -06:00
AuthenticationSuccess.handlebars Added Telegram handlebars (#279) 2024-09-07 11:22:08 -06:00
ItemAdded.handlebars Added Telegram handlebars (#279) 2024-09-07 11:22:08 -06:00
PlaybackStart.handlebars Added Telegram handlebars (#279) 2024-09-07 11:22:08 -06:00
PluginUpdated.handlebars Added Telegram handlebars (#279) 2024-09-07 11:22:08 -06:00
README.md Added Telegram handlebars (#279) 2024-09-07 11:22:08 -06:00
SessionStart.handlebars Added Telegram handlebars (#279) 2024-09-07 11:22:08 -06:00

README.md

Telegram

Webhook: Use Generic Destination.

To be able to send photo, you need Server URL which can be accessed from web

Webhook URL:

# Message
https://api.telegram.org/bot<id>:<token>/sendMessage

# Photo
https://api.telegram.org/bot<id>:<token>/sendPhoto

To get the chatid:

  • start a chat with your bot
  • add @get_id_bot
  • issue the /my_id command

After adding the template add a request header as follows:

Key:
Content-Type

Value:
application/json