laravel / slack-notification-channel

Slack Notification Channel for laravel.

Home Page:https://laravel.com/docs/notifications#slack-notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plans to support Slack Blocks

smenzer opened this issue · comments

Are there plans to support the new Slack Blocks any time soon? Just wondering if I should hack it myself for now or wait for this package to natively support them.

https://api.slack.com/changelog/2018-12-a-bric-a-brac-of-broadcasts-built-with-blocks

Thanks!

Feel free to do a proposal

Going to close this since the PR was rejected.

In case anybody comes here wishing for Slack Blocks support, I created a package that extends this one and adds support for sending Blocks (or just sending notifications exactly like you would do in this package).

You can check it out on GitHub or Packagist.

@nathanheffley nice. Good job!

This feature was implemented in #64. Would have been nice if the above PR hadn't been rejected 3 years ago, but better late than never I guess?

@miken32 the new PR is a much nicer implementation, and back in 2019 it wasn't quite as certain that the new Blocks format would stick around long enough to make adding it to this package worth it, no need to necro a 4yo thread now that it's being added 🙂