coolify/app/Notifications
Andras Bacsai 413dee5d8c feat: implement actual webhook delivery
Implement full webhook delivery functionality:
- Create SendWebhookJob to handle HTTP POST requests
- Update WebhookChannel to dispatch webhook jobs
- Configure retry logic (5 attempts, 10s backoff)
- Update Test notification payload with success/message structure

Webhook payload structure:
{
  "success": true/false,
  "message": "notification message",
  "event": "event_type",
  "url": "coolify_dashboard_url"
}

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 17:59:17 +02:00
..
Application fix(notifications): Correct environment URL path in application notifications 2025-02-27 11:56:39 +01:00
Channels feat: implement actual webhook delivery 2025-10-10 17:59:17 +02:00
Container fix(core): update Slack notification formatting to use bold correctly 2025-02-04 12:40:04 +01:00
Database feat(backup): enhance backup job with S3 upload handling and notifications 2025-10-07 15:02:23 +02:00
Dto feat(core): You can validate compose files with docker compose config 2025-02-27 11:29:04 +01:00
Internal feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
ScheduledTask fix(core): update Slack notification formatting to use bold correctly 2025-02-04 12:40:04 +01:00
Server fix(server): enhance error handling in server patch check notifications 2025-05-27 14:23:16 +02:00
TransactionalEmails feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
CustomEmailNotification.php fix: Email should be retried with backoff 2024-11-26 10:19:05 +01:00
Notification.php refactor(notifications): standardize getRecipients method signatures 2025-03-24 17:55:10 +01:00
SslExpirationNotification.php feat: SSL notification 2025-02-10 21:31:31 +01:00
Test.php feat: implement actual webhook delivery 2025-10-10 17:59:17 +02:00