[PR #817] [MERGED] Include body in msteams template if exists. #1027

Closed
opened 2026-02-26 00:30:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/817
Author: @ch0wm3in
Created: 4/4/2023
Status: Merged
Merged: 4/28/2023
Merged by: @cuu508

Base: masterHead: patch-1


📝 Commits (2)

  • 827e088 Include body in msteams template if exists.
  • 95cd593 Move body to a separate section, fix transport class, add tests

📊 Changes

3 files changed (+57 additions, -5 deletions)

View changed files

📝 hc/api/tests/test_notify_msteams.py (+42 -0)
📝 hc/api/transports.py (+11 -1)
📝 templates/integrations/msteams_message.json (+4 -4)

📄 Description

Support it like it does in https://github.com/healthchecks/healthchecks/blob/master/templates/integrations/slack_message.json The markdown codeblock works well in teams also.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/817 **Author:** [@ch0wm3in](https://github.com/ch0wm3in) **Created:** 4/4/2023 **Status:** ✅ Merged **Merged:** 4/28/2023 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`827e088`](https://github.com/healthchecks/healthchecks/commit/827e088e7caca853a0fc3bd2d1a82ec2642d9d94) Include body in msteams template if exists. - [`95cd593`](https://github.com/healthchecks/healthchecks/commit/95cd593565900a69873f35700ea0e3995c80bdfa) Move body to a separate section, fix transport class, add tests ### 📊 Changes **3 files changed** (+57 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `hc/api/tests/test_notify_msteams.py` (+42 -0) 📝 `hc/api/transports.py` (+11 -1) 📝 `templates/integrations/msteams_message.json` (+4 -4) </details> ### 📄 Description Support it like it does in https://github.com/healthchecks/healthchecks/blob/master/templates/integrations/slack_message.json The markdown codeblock works well in teams also. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#1027
No description provided.