-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
channel() with slack does not work any more #2470
Comments
I've seen this issue too, with version |
Thanks! |
Hi. Any updates on this issue? |
Did you create your Incoming Webhook through the link in the docs? https://slack.com/services/new/incoming-webhook New-style Incoming Webhooks as part of slack apps are tied to the channel you created them on, but the legacy webhooks at that link should still work and allow configuring the correct channel. We are working on supporting new-style webhooks and documenting the correct configuration. |
The
|
When trying to send an alert to slack channel, it always goes to default channel of the slack webhook.
Ie. calling slack().channel('#xyz') won't have any effect.
I think this is because slack has deprecated legacy webhooks. Incoming webhooks don't support channel property.
The text was updated successfully, but these errors were encountered: