gpt4 book ai didi

laravel-5.5 - Laravel 5.5 随需应变通知

转载 作者:行者123 更新时间:2023-12-03 13:54:48 26 4
gpt4 key购买 nike

根据 this page ,我们可以在不经过模型的情况下按需发送通知。我如何使用 slack 做同样的事情?

我想做这样的事情:

$emailAddress = 'my email address';
Notification::route('mail', $emailAddress)
->route('slack', 'what do I put here?')
->notify(new TestNotification());

该代码在没有 slack 的情况下工作线。

编辑: this StackOverflow question使用按需方法

最佳答案

您应该放置 Slack Webhook URL。见:https://laravel.com/docs/5.5/notifications#routing-slack-notifications

 Notification::route('slack', 'https://hooks.slack.com/services/ZZZZ/YYYY/XXX')->notify(new DailyStats());

关于laravel-5.5 - Laravel 5.5 随需应变通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48278174/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com