Horizon Slack notifications #51879
Unanswered
siarheipashkevich
asked this question in
Q&A
Replies: 1 comment
-
I don't think you can. Currently from reading through the horizon source code it still uses the old webhook implementation, both for the logic of sending and the way the message is built. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to set the Horizon Slack notifications (using channel not webhook)
https://laravel.com/docs/11.x/horizon#notifications
When using new Slack API:
https://laravel.com/docs/11.x/notifications#slack-notifications
Can I just add
SLACK_BOT_USER_OAUTH_TOKEN
and setHorizon::routeSlackNotificationsTo('#horizon');
?Beta Was this translation helpful? Give feedback.
All reactions