mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #1009] Allow use of slugs for E-Mail pings #705
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#705
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @keraldi on GitHub (Jun 4, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1009
Slugs are currently supported for URL pings but not for E-Mail-pings.
Having a uniform and predictable format for pings simplifies setup and automation. RFC 5233 (Subaddress Extension, https://datatracker.ietf.org/doc/html/rfc5233) could be used to tag emails with the slug (ex.
<ping-key>+<slug>@healthchecks.io).Additionally (for self-hosted instances or with a discriminator to preserve identifier uniqueness) ping keys could be set individually to obtain fully human-readable ping identifiers (ex.
project+subproject@example.com). An example of a service that provides this is CheckCentral (https://www.checkcentral.cc/HelpGuide/CheckCreationGuide/#Step3Matching)