Webhook Class

Detail about the webhook object.

Inheritance
Webhook

Constructor

Webhook(*, webhook_id: Optional[str] = None, webhook_url: Optional[str] = None, webhook_secret_update_time: Optional[str] = None, rotate_webhook_secret: Optional[bool] = None, **kwargs)

Variables

webhook_id
str

Unique identifier for the webhook.

webhook_url
str

URL that gets invoked by the webhook.

webhook_secret_update_time
str

Time when the webhook secret was updated.

rotate_webhook_secret
bool

A flag to instruct the backend service to rotate webhook secret.