nestjs-slack icon indicating copy to clipboard operation
nestjs-slack copied to clipboard

Lightweight library to use Slack in NestJS applications.

Results 29 nestjs-slack issues
Sort by recently updated
recently updated
newest added

Hello, the webclient is still not available as public from the slack service. On version 2.0.0 The package.json has to be fixed there is a typo for this dependency "@nestjs/platform-express":...

I'm wondering if having the Google Cloud logger as a dependency is really neccessary? It's adding a few Mb to my lambda bundle which is a bit large for a...

Hi Everyone, Hope you guys are doing great. I am using this package to send messages to the slack using SlackServide.postMessage() method. While calling it I am getting this issue....

:robot: I have created a release *beep* *boop* --- ## [2.0.1](https://github.com/bjerkio/nestjs-slack/compare/v2.0.0...v2.0.1) (2023-07-13) ### Bug Fixes * **deps:** update dependency axios to v1 ([#306](https://github.com/bjerkio/nestjs-slack/issues/306)) ([50f5b27](https://github.com/bjerkio/nestjs-slack/commit/50f5b27a979e832330c69431042d55c0ab034666)) --- This PR was generated with...

autorelease: pending

IMHO, it makes sense to replace axios with fetch.

Hi @cobraz, hope you re doing well, i am suddenly running into this issue, and do not know why. Here are the relevant code parts. The error and a apart...

This is the PR for fixing the issue #271

Hi everyone, Currently, we're using the nest-slack: ^2.0.0. Which is lacking of the API `postEphemeral` from slack. Can you guys help me exposing this function? For those who is facing...