TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.54k stars 584 forks source link

Notifications Webhook #508

Open tuetenk0pp opened 3 years ago

tuetenk0pp commented 3 years ago

I don't know how people are using tandoor, so I can't speak for them. In my use case, there is quite a few people using the instance right now and it is difficult to keep track of new recipes or comments. And there are several ways of approaching this. We use a Telegram/element group for our conversations about tandoor. Since tandoor already has an api, how difficult would it be to set up a bot that posts every time there is a new recipe, comment or what so ever? I have absolutely no experience with this (unfortunately) but if someone's looking for a challenge...

There are alternatives, of course: one could also implement email notifications or browser notifications. The last one may be the easiest, now that I think of it.

vabene1111 commented 3 years ago

i like the idea and i have already added some functionality around telegram with the next update (create shopping lists from sending messages)

I guess the overall feature would be a webhook system where a specified url with pre defined parameters is called whenever a certain event happens.

I will rename the issue and i think that this is definitely something worth looking at in the future.

Szeraax commented 2 years ago

I don't use telegram at all, but a generic webhook uri and some available parameters for templating would let me use it for discord notifications if I chose to.

goek-han commented 1 year ago

I'm also in favor of a generic webhook. It would be easy to add something like https://ntfy.sh/.