mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #991] Slack legacy webhook integration #691
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#691
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 @jbuitt on GitHub (Apr 13, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/991
Hello!
Slack will eventually be deprecating the webhook integration. The new suggested way to send messages to Slack channels is by creating a custom Slack App in the user's Workspace, which uses a OAuth token (with appropriate scopes) instead of a webhook URL. Could this new method of sending Slack notifications please be incorporated into Healthchecks?
Thanks!
Jim
@cuu508 commented on GitHub (Apr 14, 2024):
Everything will eventually cease to exist. Is there a known sunset date?
It's supported, see SLACK_CLIENT_ID.
@jbuitt commented on GitHub (Apr 14, 2024):
Sorry, I didn't clarify. Slack is deprecating plain (non-App) webhooks. No sunset date at this point.
Excellent! Apologies, I didn't see this in your docs. I will give this a shot.
Thank you!