Record
post-webhooks-id-params
No description available.
record post-webhooks-id-params {
id: string,
active: option<bool>,
contact-email-address: option<string>,
invoke-option: option<webhook-entry-invoke-option-enum>,
name: string,
on-web-app: option<bool>,
trigger-scope: webhook-entry-trigger-scope-enum,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| active | option<bool> | |
| contact-email-address | option<string> | |
| invoke-option | option<webhook-entry-invoke-option-enum> | |
| name | string | |
| on-web-app | option<bool> | |
| trigger-scope | webhook-entry-trigger-scope-enum | |
| url | string |