Skip to main content

WebhookInfo

Describes the current status of a webhook.

📝 Schema

FieldTypeDescription
urlstringWebhook 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.