WebhookInfo
Describes the current status of a webhook.
📝 Schema
Field | Type | Description |
---|---|---|
url | string | Webhook URL, may be empty if webhook is not set up |
⚙️ Get methods
getUrl()
Retrieves the current webhook URL. Returns an empty string if the webhook is not set up.
$url = $webhookInfoObject->getUrl();
➕ More
tip
For further information, refer to the official Bale documentation for more details.