CreateWebhookBuilder

DSL builder for creating a webhook with a URL and event subscriptions.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
var url: String?

Functions

Link copied to clipboard
fun events(vararg events: WebhookEvent)

Sets the webhook event subscriptions using type-safe WebhookEvent values.