shemanaev / jellyfin-plugin-webhooks

Webhooks for Jellyfin
MIT License
19 stars 0 forks source link

ntfy incompatible ? #11

Open buave opened 8 months ago

buave commented 8 months ago

Hello,

I use ntfy for my notifications, but the output format isn't very easy to understand. The default payload format sends me a "atachement.json" file; the get payload returns nothing, probably an error; the plex payload returns all the request in json format.

Is there any way to customize a payload so that it works correctly with ntfy?

Thanks,

shemanaev commented 8 months ago

Hi, ntfy expects very specific payload format that doesn't supported by this plugin. I recommend you to look at official Webhook plugin. It does have examples how to use with ntfy.