mah51 / ScuffedMDB

An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
https://smdb.mikeroph.one
MIT License
104 stars 15 forks source link

Investigate option to call webhook on events #38

Closed olig89 closed 3 years ago

olig89 commented 3 years ago

e.g. notify a discord bot when someone submits a review with at least the film info + username in the payload.

mah51 commented 3 years ago

I like this idea, but i am currently facing a problem with fetching discord webhooks, from a vercel function (it times out even if the exectued code is under the 10s limit) so not sure if ill be able to implement it or not :(

mah51 commented 3 years ago

Implemented, current events include, movie add / remove, review create / review modify / review remove. fetching the webhook at endpoint /api/event/review or /api/event/movie.

To come: