coolify/app/Notifications/Channels
Andras Bacsai 556d93ecb8 refactor: remove SendsWebhook interface
Simplified webhook channel implementation to match TelegramChannel pattern without typed interface.

Changes:
- Removed SendsWebhook interface file
- Removed interface from Team model
- Removed routeNotificationForWebhook() method
- WebhookChannel now uses untyped $notifiable like TelegramChannel

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 18:08:37 +02:00
..
DiscordChannel.php
EmailChannel.php
PushoverChannel.php
SendsDiscord.php
SendsEmail.php
SendsPushover.php
SendsSlack.php
SendsTelegram.php
SlackChannel.php
TelegramChannel.php
TransactionalEmailChannel.php
WebhookChannel.php refactor: remove SendsWebhook interface 2025-10-10 18:08:37 +02:00