Record
create-webhook-params
No description available.
record create-webhook-params {
org: string,
active: option<bool>,
config: create-webhook-body-config,
events: option<list<string>>,
name: string,
}Fields
| Name | Type | Description |
|---|---|---|
| org | string | |
| active | option<bool> | |
| config | create-webhook-body-config | |
| events | option<list<string>> | |
| name | string |