jellyfin / jellyfin-plugin-webhook

GNU General Public License v3.0
144 stars 45 forks source link

How to use with matrix webhook? #150

Open PlanetDyna opened 1 year ago

PlanetDyna commented 1 year ago

I want to send notifications via matrix protocol. I installed a matrix Webhook (https://github.com/nim65s/matrix-webhook) and its working with this command:

curl -d '{"body":"Test", "key": "123456789"}' \ 'http://192.168.178.223:4785/!mPqXdQaDOARvCQMKFn:my.matrix.io'

But how I enter it correct in the jellyfin webhook interface? The webhook repository I used wants to have "body" as variable.

Can someone give me a sample template?

hardwareadictos commented 1 year ago

Would be nice to know, +1

hardwareadictos commented 4 months ago

Hey! Any news on this? Would be nice to have an element chat which is updated with Jellyfin new content 😃