jellyfin-plugin-webhook/Jellyfin.Plugin.Webhook/Templates
Manuel d763affbb1
config: update pushover template AllInOne.handlebars (#218)
2024-02-23 08:55:42 -07:00
..
Discord fix: remove extra curly braces from templates (#211) 2024-01-07 13:10:53 -07:00
Pushover config: update pushover template AllInOne.handlebars (#218) 2024-02-23 08:55:42 -07:00
Discord.handlebars fix: remove extra curly braces from templates (#211) 2024-01-07 13:10:53 -07:00
GenericNotification.handlebars Update Username parameter to be NotificationUsername 2021-09-13 18:13:33 -06:00
Gotify.handlebars Update Username parameter to be NotificationUsername 2021-09-13 18:13:33 -06:00
Mqtt.handlebars Added MQTT as a destination (#134) 2022-10-10 07:59:16 -06:00
Ntfy.handlebars docs(ntfy) remove trailing commas and remove text error (#215) 2024-01-16 09:54:33 -07:00
Prowl.handlebars add Form Post support 2021-09-16 08:28:53 -06:00
Pushbullet.handlebars Update Username parameter to be NotificationUsername 2021-09-13 18:13:33 -06:00
README.md Fix main url of ntfy 2022-08-29 18:16:24 +05:00
Slack.handlebars Update Username parameter to be NotificationUsername 2021-09-13 18:13:33 -06:00
Telegram.handlebars Add Telegram & Ntfy templates with special instructions 2022-08-29 18:13:22 +05:00

README.md

Templates

Telegram

Webhook URL:

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

Ntfy

Webhook URL:

https://ntfy.sh

#or

https://yourntfyurl.tld

If your ntfy needs authorization headers then add a request header as follows:

Key:
Authorization

Value:
Basic <base64encodedpassword>