feat(channels): include event verb in ntfy title + smtp subject #10
Reference in New Issue
Block a user
Delete Branch "alerts-channel-event-clarity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Raise/ack/resolve looked identical on ntfy and SMTP because neither rendered the event type in the visible header. Webhook was already fine (JSON envelope has
event). Now: ntfy title gets a[raised|ack|resolved · severity]prefix and a corresponding tag; SMTP subject gets the same prefix; ntfy body prependsResolved ·orAcknowledged ·so the body alone is unambiguous on a phone lockscreen.Also: cmd/_fake_alert accepts the ref as a positional arg (
go run ./cmd/_fake_alert steve-001) instead of silently ignoring it.