Skip to content
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

Add function to notify user of success/failure of operation taking in consideration posible unmet preconditions #20

Open
Ambro17 opened this issue Sep 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Ambro17
Copy link
Owner

Ambro17 commented Sep 19, 2020

Currently there's no single way to always send a message to a user. One can use the user id as the channel to chat.postMessage but it's not recommended by slack as it will be deprecated.

We should offer an abstraction over this.

It should be able to notify a user in the same chat (private or public channel, or direct message) that the command was invoked.
If certain precondition is not met, show a proper explanation and optionally send a message through slack bot using the user id as channel.

@Ambro17 Ambro17 self-assigned this Sep 19, 2020
@Ambro17 Ambro17 added the enhancement New feature or request label Sep 19, 2020
@Ambro17 Ambro17 removed their assignment Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant