webhookNotificationSettings; if (! $webhookSettings || ! $webhookSettings->isEnabled() || ! $webhookSettings->webhook_url) { return; } $payload = $notification->toWebhook(); SendWebhookJob::dispatch($payload, $webhookSettings->webhook_url); } }