We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now it doesn't seem to be possible to enable DND via the workflow.
The according endpoints would be
https://api.slack.com/methods/dnd.setSnooze
and
https://api.slack.com/methods/dnd.endDnd or https://api.slack.com/methods/dnd.endSnooze
In my own scripts I was always using the dnd.endDnd endpoint, but it might just be an alias for the dnd.endSnooze one.
dnd.endDnd
dnd.endSnooze
The text was updated successfully, but these errors were encountered:
+1 for implementing this
Sorry, something went wrong.
No branches or pull requests
Right now it doesn't seem to be possible to enable DND via the workflow.
The according endpoints would be
https://api.slack.com/methods/dnd.setSnooze
and
https://api.slack.com/methods/dnd.endDnd
or https://api.slack.com/methods/dnd.endSnooze
In my own scripts I was always using the
dnd.endDnd
endpoint, but it might just be an alias for thednd.endSnooze
one.The text was updated successfully, but these errors were encountered: