CallbackConfig Class
The configuration of service URI and custom headers for the webhook.
Constructor
CallbackConfig(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
service_uri
|
The service URI for the webhook to post notifications. Required. |
|
custom_headers
|
Custom headers that will be added to the webhook notifications. |
Attributes
custom_headers
Custom headers that will be added to the webhook notifications.
custom_headers: dict[str, str] | None
service_uri
The service URI for the webhook to post notifications. Required.
service_uri: str