@simonbs just downloaded brr and im super excited at how easy, modern, and fast notifications are. I have been trying to set it up as a webhook for several services but without being able to map json to Brr’s intended schema it appears my use case might not fit the intended simplicity?
@drewthor Glad to hear you like the app. Can you elaborate on why you cannot map JSON to brrr’s format? What service are you using?
@simonbs sentry.io is the first service I tried to add support for alert notifications via webhooks for my side projects. Additionally, there are services I use with my homelab (sonarr, radarr, etc) that do not allow me to map their payload to the one Brrr expects; all I can give is a URL, HTTP method POST or PUT, and any custom HTTP Headers.
@drewthor I don’t think it’s feasible for brrr to support any format a third-party service might throw at it, so a mapping will be needed on your end.
@simonbs thanks for the reply! I’ll investigate how to do just that. Brrr is ⚡️fast.
@simonbs https://github.com/drewthor/sentry-brrr-cloudflare-worker created a simple transformer for Sentry issue alerts via Cloudflare workers. Brrr is awesome, thank you!