Closed pcaro closed 1 month ago
Hi there, Thanks for the suggestion! I'm okay with adding this - but I think I would probably just modify the existing webhook
notifier to accommodate the additional config items, like you mentioned.
I'll add this to my list for the next release👍
In services like TextMeBot or CAllMeBot the notifications are simple GET calls. I would like a simple http GET notificator which: accept a list of templated pararms. Configuration example (for a Telegram call using CallMeBot):
This would call:
PD: We have webhook notifications, but in that case is a POST, server url is fixed (we have no query pararms), etc. Maybe you could also set a
method
andjson_data_params
and integrate this on webhook notifier.