{{template "shellTop" "notifications"}}

Notifications

{{if .Nudges}}
{{range .Nudges}}{{end}}
whenrulechanneloutcomemessage
{{.Ts.Format "15:04"}} {{.Rule}} {{.Channel}} {{.Outcome}} {{.Message}}
{{else}}
no notifications yet
check back later or ask maven a question
{{end}}

Delivery outbox

every send is recorded before it leaves, so a failure is visible rather than silent. all · dropped · failed · pending · unknown

{{if .Attempts}}
{{range .Attempts}}{{end}}
startedkindrulechannelstatusfinished
{{.Created}} {{.Kind}} {{.Target}} {{.Channel}} {{.Status}} {{.Completed}}
{{else}}
no delivery attempts{{if .Status}} with status {{.Status}}{{end}}
{{end}} {{template "shellBottom"}}