mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #252] Feature Request: Custom email format and subject for easier integration with ticketing systems #184
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#184
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 @dalee-bis on GitHub (May 10, 2019).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/252
I've just tried to send one of the emails from healthchecks.io to our ticketing system and noticed that it doesn't format very well in the user interface making it quite difficult to read. It would be great if the email format and subject could be customised per integration.
I'm was thinking putting some extra fields in a collapsed by default "Advanced" section which allows you to specify something like:
Subject:
{CheckName} Healthcheck - Status {CheckStatus}Body:
[Reset]
Which would format as:
@cuu508 commented on GitHub (May 14, 2019):
Hi @dalee-bis, what ticketing system are you using? Can you maybe share a sample of how the Healthchecks notifications end up looking?
The email notifications have both HTML and plain text versions. Maybe a simpler fix is to have an option to disable the HTML version, and only send the plain text one?
@dalee-bis commented on GitHub (May 14, 2019):
We are using Salesforce. Example screenshot below. Apologies for the small amount of detail in this, I had to be careful about confidentiality.
I think it may be using the plain text version (which is a bit odd as I'm pretty sure it supports HTML), or converting the HTML to plain text as all links seem to be missing. This means that there is no link/URL to the details page.
I also thought it would be good if we could include a link to our documentation on how to resolve issues raised by these alerts.
It's probably not a stopper for us but it would be nice if we could make it easier for support.
Thanks
@cuu508 commented on GitHub (May 14, 2019):
Just signed up for Salesforce trial to test this out.
Looks like the Case Description is a plain text field, and indeed uses the text version of the email message – the botched ASCII table in the screenshot is a dead giveaway.
I'm thinking about making changes to the text version:
@dalee-bis commented on GitHub (May 14, 2019):
Sounds good to me. Thanks!
@cuu508 commented on GitHub (May 14, 2019):
OK, updated the email template and the case description now looks like so:
@dalee-bis commented on GitHub (May 14, 2019):
Wow that was fast and looks good! I just checked with one of our support guys as well and he's happy with that.
Thanks!