-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Ability to select a slack channel or person at action execution time #61998
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
cc @alexh97 as discussed I have opened this issue to track this request. |
The need to be able to determine recipients (e.g. in Slack, email etc.) dynamically depending on alert context has come up in a couple of customer meetings too. |
So the alert will have an "address" (email to: / slack channel/user) available it can provide in the context that gets passed to actions? Or would those "addresses" be available somewhere else? I'm wondering if the case integrations might have some interesting data like that, which could be passed as context to action parameters. |
Just a note that I believe the current type of integration we use with slack doesn't provide an opportunity to "address" a Slack post to specific channels or people, though you can always |
Moving from |
I believe to implement this, we'll need to move to a more elaborate Slack API, as the one we use is pretty bare-bones. Keep in mind you can always refer to a person or channel via And I believe we'd be moving to a Slack API that can support this, when we end up changing to use the Block Kit capabilities #88832, so I'm think that issue basically blocks this one |
Closing due to lack of activity. |
It was brought up when discussing #61464 that users would like to select a channel or person at execution time (based on context variable) instead of having to create a connector per channel / person.
We can use this issue to investigate the feasibility and implementation of such solution.
The text was updated successfully, but these errors were encountered: