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

Threading support for slack webook #26

Closed
mostwanted002 opened this issue Feb 28, 2021 · 1 comment · Fixed by #56
Closed

Threading support for slack webook #26

mostwanted002 opened this issue Feb 28, 2021 · 1 comment · Fixed by #56
Labels
Priority: Low This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@mostwanted002
Copy link

mostwanted002 commented Feb 28, 2021

This is a feature request.
A way to reply in a slack thread by providing a timestamp, a channel ID, and the Slack API Key in the command line.

@ehsandeep
Copy link
Member

ehsandeep commented Jun 5, 2021

This can be optionally supported, for example when the user specifies slack_threads: true under config block.

slack: true
slack_webhook_url: https://a.b.c
slack_username: test
slack_channel: test
slack_threads: true

Reference:- https://api.slack.com/messaging/webhooks#threads

@ehsandeep ehsandeep changed the title Feature Request: Replying in Slack threads Threading support for slack webook Jun 5, 2021
@ehsandeep ehsandeep added Priority: Low This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix Type: Enhancement Most issues will probably ask for additions or changes. labels Jun 5, 2021
@parrasajad parrasajad linked a pull request Jul 7, 2021 that will close this issue
@ehsandeep ehsandeep added the Status: In Progress This issue is being worked on, and has someone assigned. label Jul 24, 2021
@ehsandeep ehsandeep added Status: Completed Nothing further to be done with this issue. Awaiting to be closed. and removed Status: In Progress This issue is being worked on, and has someone assigned. labels Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants