form->webhook_url; } protected function shouldRun(): bool { return !is_null($this->getWebhookUrl()) && $this->form->is_pro; } }