integrationData->hook_url)) { throw new Exception('The webhook URL is missing'); } return $this->integrationData->hook_url; } protected function shouldRun(): bool { return parent::shouldRun() && $this->getWebhookUrl(); } }