mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[GH-ISSUE #1209] Notify! #821
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#821
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 @simplytoast1 on GitHub (Aug 31, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1209
I would love to integrate my notification app Notify! with Healthchecks (https://notify.pingie.com).
Its a super easy API call for users:
Not notify a single device is a POST to https://notifyapns.pingie.com/notify/DEVICE?token=TOKEN&body=Hello%20World
or to notify a device group
https://notifyapns.pingie.com/notify-group/GROUP?token=TOKEN&body=Hello%20World
@cuu508 commented on GitHub (Sep 1, 2025):
Thanks for the suggestion.
The existing Webhook integration should work for this already.
Before developing a dedicated integration, I'd like to see substantial end user (ideally, paying or would-be-paying end user) interest, across GitHub issues, private emails, social media.
@simplytoast1 commented on GitHub (Sep 1, 2025):
You got it... Gives me something to aspire to :) Hope that can happen someday. If I get requests I will ask users to comment on this issue.