-
The `azurerm_bot_channel_slack` resource takes `client_id`, `client_secret`, `signing_secret` and `verification_token`, but Azure won't save those fields unless the `registerBeforeOAuthFlow` is set to…
shana updated
8 months ago
-
-
Starting a new rails app with ruby-3.3.6 and Rails 7.2.2, my Gemfile includes the following gems:
```
gem "slack-ruby-bot-server-events"
gem "otr-activerecord"
gem "pagy_cursor"
```
Spinning…
-
Because of [this](https://github.com/dblock/slack-ruby-bot-server/blob/master/lib/slack-ruby-bot-server/rspec.rb#L3), you cannot define fabricators in the project using slack-ruby-bot-server. I think…
-
Trying to write a bot using the api i came across the limitations of "just" sending messages to the gateways, so a way to reply to users available to users and bots would be very useful
I am not en…
-
I have installed an app on my slack called [CatFacts](http://catfacts.jazzychad.net/). It tries to post a catfact to the slack channel every three days, and it does! BUT these messages ARE NOT BRIDGED…
-
When creating or updating bot service slack channels, the `registerBeforeOAuthFlow` field must be set to true in order for the client id and secrets data to be saved. This field is incorrectly marked …
shana updated
2 years ago
-
There seems to be a Slack limit set which prevents pinning more than 100 threads in a channel (not sure if this is server specific). The bot is pinning every Jira ticket it is set to watch and when it…
-
[Kanban Table + Ideation Issue Link](https://github.com/Flying-Book/slack_transposer_backend/issues/2#issue-2598762468)
-
# Problem Description
1. Currently, each Watchdog warning/error alert is sent as a standard (independent) Slack message.
2. It makes the `#e2ewd_alerts` channel very noisy.
3. It is also cumbersome…
ghost updated
5 years ago